COLOR #75CFBD

HEX: #75CFBD RGB: (117,207,189)

Color info

#75CFBD contains mainly green and blue colors. Web safe color of #75CFBD is #66CCCC (or #6CC).

RGB color model

#75CFBD color RGB value is (117,207,189).

RGB: (117,207,189) (46%, 81%, 74%)

RGB channels and saturation

R 117 of 255 = 46%
G 207 of 255 = 81%
B 189 of 255 = 74%

117
207
189

R + G + B ~ 67%. #75CFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 207 + 189 = 513 (100%)
R 117 of 513 ~ 22.81%
G 207 of 513 ~ 40.35%
B 189 of 513 ~ 36.84'%

%22.81
%40.35
%36.84

CMYK color model

#75CFBD color CMYK value is (43,0,9,19).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%

CMYK: (43,0,9,19)
C43M0Y9K19 (43%, 0%, 9%, 19%)
(0.43 / 0.00 / 0.09 / 0.19)

CMYK percentages

%43.48
%0
%8.7
%18.82

Codes

Color #75CFBD in popluar color models

75 CF BD
RGB 117 207 189
HSL 168° 48.39% 63.53%
HSB/HSV 168° 43.48% 81.18%
CMYK 43.48% 0.00% 8.70%
18.82%

Color #75CFBD in popluar number systems.

HEX 75 CF BD
Decimal 117 207 189
Binary 1110101 11001111 10111101
Octal 165 317 275

Shades and tints

Shades of #75CFBD

#75CFBD
(117,207,189)
#6BBDAC
(107,189,172)
#61AB9B
(97,171,155)
#57998A
(87,153,138)
#4D8779
(77,135,121)
#437568
(67,117,104)
#396357
(57,99,87)
#2F5146
(47,81,70)
#253F35
(37,63,53)
#1B2D24
(27,45,36)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #75CFBD

#75CFBD
(117,207,189)
#81D3C3
(129,211,195)
#8DD7C9
(141,215,201)
#99DBCF
(153,219,207)
#A5DFD5
(165,223,213)
#B1E3DB
(177,227,219)
#BDE7E1
(189,231,225)
#C9EBE7
(201,235,231)
#D5EFED
(213,239,237)
#E1F3F3
(225,243,243)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CFBD color. Also use rgb(117,207,189) instead hex code.

Text Font Color

.myTextColor { color: #75CFBD; }

<p style="color:#75CFBD">This sample text font color is #75CFBD.</p>

This text font color is #75CFBD.

Background Color

.myBgColor { background-color: #75CFBD; }

<div style="background-color:#75CFBD">Inner text</div>

This div background color is #75CFBD.

Border color

.myBorderColor { border: 1px solid #75CFBD; }

<div style="border:3px solid #75CFBD">Div</div>

This div border color is #75CFBD.

Opacity

.myOpacity80 { color: #75CFBD; opacity: 0.8; }

<p style="color:#75CFBD;opacity:0.8;">80%</p>

Text with #75CFBD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75CFBD;}

<p style="text-shadow: 3px 3px 1px #75CFBD">Text here.</p>

This text has shadow with #75CFBD color.


.textShadow {text-shadow: 3px 3px 1px #75CFBD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75CFBD, 5px 5px 20px red">Text here.</p>

This text has shadow with #75CFBD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75CFBD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75CFBD, Direction=45, Strength=4)">Text</p>

This text has shadow with #75CFBD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75CFBD;
-webkit-box-shadow: 1px 1px 3px 2px #75CFBD;
box-shadow: 1px 1px 3px 2px #75CFBD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75CFBD; -webkit-box-shadow: 1px 1px 3px 2px #75CFBD; box-shadow:1px 1px 3px 2px #75CFBD;">
Div content here
</div>

This div box has shadow with color #75CFBD.

Preview

Color preview on black background

This text has color #75CFBD on black background.


Color preview on white background

This text has color #75CFBD on white background.


Black color preview on #75CFBD background

This text has black color on #75CFBD background.


White color preview on #75CFBD background

This text has white color on #75CFBD background.


Related colors

Complementary color

Complementary color for #hex is #8A3042.


I love getcolorcode.com

Triadic colors

1 #BD75CF and #CFBD75 with #75CFBD are triadic colors.

2 #BDCF75 and #CF75BD with #75CFBD are triadic colors.