Html Css Color HEX #76AEB9 Glacier

📋 copy color: '#76AEB9'

red 118 ◦ green 174 ◦ blue 185

#76AEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #76AEB9

Tints of Glacier #76AEB9

RGB

 RED value IS 118 (46.48% from 255) = 24.74%

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 24.74%
G = 36.48%
B = 38.78%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76AEB9 (or 0x76AEB9) is known color: Glacier. HEX triplet: 76, AE and B9. RGB value is (118,174,185). Sum of RGB (Red+Green+Blue) = 118+174+185=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #76AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEB9 is #895146. Grayscale: #9E9E9E. Windows color (decimal): -8999239 or 12168822. OLE color: 12168822.

HSL color Cylindrical-coordinate representation of color #76AEB9: hue angle of 189.85º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76AEB9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 174 185 -
CMYK 0.36 0.06 0 0.27
HSL 189.85º 0.32% 0.59% -
HSV(B) 189.85º 0.36% 0.73% -
XYZ 31.36 37.63 51.51 -
YUV 158.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 118 174 185 0.36 0.06 0 0.27 189.85 0.32 0.59
Hex 76 AE B9 24 6 0 1B BE 20 3B
Octal 166 256 271 44 6 0 33 276 40 73
Binary 1110110 10101110 10111001 100100 110 0 11011 10111110 100000 111011

Color Harmonies of #76AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEB9

Black with #76AEB9

Text Example


Text Example

White with #76AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AEB9; }

 p { color: rgb(118,174,185); }

 H1.HeaderClassName
 {
   color: #76AEB9;
 }
 .AnyTagClassName
 {
   color: #76AEB9;
 }
</style>

background-color css

<style>
 a { background-color: #76AEB9; }

 a { background-color: rgb(118,174,185); }

 div.DivClassName
 {
   background-color: #76AEB9;
 }
 .BgClassName
 {
   background-color: #76AEB9;
 }
</style>

border-color css

<style>
 span { border-color: #76AEB9; }

 span { border-color: rgb(118,174,185); }

 td.TdClassName
 {
   border-color: #76AEB9;
 }
 .TagClassName
 {
   border-color: #76AEB9;
 }
</style>