COLOR #75B8C6

HEX: #75B8C6 RGB: (117,184,198)

Color info

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

RGB color model

#75B8C6 color RGB value is (117,184,198).

RGB: (117,184,198) (46%, 72%, 78%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 198 of 255 = 78%

117
184
198

R + G + B ~ 65%. #75B8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 184 + 198 = 499 (100%)
R 117 of 499 ~ 23.45%
G 184 of 499 ~ 36.87%
B 198 of 499 ~ 39.68'%

%23.45
%36.87
%39.68

CMYK color model

#75B8C6 color CMYK value is (41,7,0,22).

  • cyan value is 40.91%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (41,7,0,22)
C41M7Y0K22 (41%, 7%, 0%, 22%)
(0.41 / 0.07 / 0.00 / 0.22)

CMYK percentages

%40.91
%7.07
%0
%22.35

Codes

Color #75B8C6 in popluar color models

75 B8 C6
RGB 117 184 198
HSL 190° 41.54% 61.76%
HSB/HSV 190° 40.91% 77.65%
CMYK 40.91% 7.07% 0.00%
22.35%

Color #75B8C6 in popluar number systems.

HEX 75 B8 C6
Decimal 117 184 198
Binary 1110101 10111000 11000110
Octal 165 270 306

Shades and tints

Shades of #75B8C6

#75B8C6
(117,184,198)
#6BA8B4
(107,168,180)
#6198A2
(97,152,162)
#578890
(87,136,144)
#4D787E
(77,120,126)
#43686C
(67,104,108)
#39585A
(57,88,90)
#2F4848
(47,72,72)
#253836
(37,56,54)
#1B2824
(27,40,36)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #75B8C6

#75B8C6
(117,184,198)
#81BECB
(129,190,203)
#8DC4D0
(141,196,208)
#99CAD5
(153,202,213)
#A5D0DA
(165,208,218)
#B1D6DF
(177,214,223)
#BDDCE4
(189,220,228)
#C9E2E9
(201,226,233)
#D5E8EE
(213,232,238)
#E1EEF3
(225,238,243)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B8C6; }

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

This text font color is #75B8C6.

Background Color

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

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

This div background color is #75B8C6.

Border color

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

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

This div border color is #75B8C6.

Opacity

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

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

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

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

This text has shadow with #75B8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B8C6.

Preview

Color preview on black background

This text has color #75B8C6 on black background.


Color preview on white background

This text has color #75B8C6 on white background.


Black color preview on #75B8C6 background

This text has black color on #75B8C6 background.


White color preview on #75B8C6 background

This text has white color on #75B8C6 background.


Related colors

Complementary color

Complementary color for #hex is #8A4739.


I love getcolorcode.com

Triadic colors

1 #C675B8 and #B8C675 with #75B8C6 are triadic colors.

2 #C6B875 and #B875C6 with #75B8C6 are triadic colors.