COLOR #75BBC6

HEX: #75BBC6 RGB: (117,187,198)

Color info

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

RGB color model

#75BBC6 color RGB value is (117,187,198).

RGB: (117,187,198) (46%, 73%, 78%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 198 of 255 = 78%

117
187
198

R + G + B ~ 66%. #75BBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 187 + 198 = 502 (100%)
R 117 of 502 ~ 23.31%
G 187 of 502 ~ 37.25%
B 198 of 502 ~ 39.44'%

%23.31
%37.25
%39.44

CMYK color model

#75BBC6 color CMYK value is (41,6,0,22).

  • cyan value is 40.91%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (41,6,0,22) C41M6Y0K22 (41%,6%,0%,22%) (0.41/0.06/0.00/0.22) 

CMYK percentages

%40.91
%5.56
%0
%22.35

Codes

Color #75BBC6 in popluar color models

75 BB C6
RGB 117 187 198
HSL 188° 41.54% 61.76%
HSB/HSV 188° 40.91% 77.65%
CMYK 40.91% 5.56% 0.00%
22.35%

Color #75BBC6 in popluar number systems.

HEX 75 BB C6
Decimal 117 187 198
Binary 1110101 10111011 11000110
Octal 165 273 306

Shades and tints

Shades of #75BBC6

#75BBC6
(117,187,198)
#6BAAB4
(107,170,180)
#6199A2
(97,153,162)
#578890
(87,136,144)
#4D777E
(77,119,126)
#43666C
(67,102,108)
#39555A
(57,85,90)
#2F4448
(47,68,72)
#253336
(37,51,54)
#1B2224
(27,34,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #75BBC6

#75BBC6
(117,187,198)
#81C1CB
(129,193,203)
#8DC7D0
(141,199,208)
#99CDD5
(153,205,213)
#A5D3DA
(165,211,218)
#B1D9DF
(177,217,223)
#BDDFE4
(189,223,228)
#C9E5E9
(201,229,233)
#D5EBEE
(213,235,238)
#E1F1F3
(225,241,243)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BBC6 color. Also use rgb(117,187,198) instead hex code.

Text Font Color

.myTextColor { color: #75BBC6; }

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

This text font color is #75BBC6.

Background Color

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

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

This div background color is #75BBC6.

Border color

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

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

This div border color is #75BBC6.

Opacity

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

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

Text with #75BBC6 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 #75BBC6;}

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

This text has shadow with #75BBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BBC6.

Preview

Color preview on black background

This text has color #75BBC6 on black background.


Color preview on white background

This text has color #75BBC6 on white background.


Black color preview on #75BBC6 background

This text has black color on #75BBC6 background.


White color preview on #75BBC6 background

This text has white color on #75BBC6 background.


Related colors

Complementary color

Complementary color for #hex is #8A4439.


I love getcolorcode.com

Triadic colors

1 #C675BB and #BBC675 with #75BBC6 are triadic colors.

2 #C6BB75 and #BB75C6 with #75BBC6 are triadic colors.