Html Css Color HEX #76AFBC Glacier

📋 copy color: '#76AFBC'

red 118 ◦ green 175 ◦ blue 188

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

Shades of Glacier #76AFBC

Tints of Glacier #76AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 24.53%
G = 36.38%
B = 39.09%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76AFBC (or 0x76AFBC) is known color: Glacier. HEX triplet: 76, AF and BC. RGB value is (118,175,188). Sum of RGB (Red+Green+Blue) = 118+175+188=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #76AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFBC is #895043. Grayscale: #9F9F9F. Windows color (decimal): -8998980 or 12365686. OLE color: 12365686.

HSL color Cylindrical-coordinate representation of color #76AFBC: hue angle of 191.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76AFBC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 175 188 -
CMYK 0.37 0.07 0 0.26
HSL 191.14º 0.34% 0.6% -
HSV(B) 191.14º 0.37% 0.74% -
XYZ 31.88 38.14 53.26 -
YUV 159.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 118 175 188 0.37 0.07 0 0.26 191.14 0.34 0.6
Hex 76 AF BC 25 7 0 1A BF 22 3C
Octal 166 257 274 45 7 0 32 277 42 74
Binary 1110110 10101111 10111100 100101 111 0 11010 10111111 100010 111100

Color Harmonies of #76AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFBC

Black with #76AFBC

Text Example


Text Example

White with #76AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,188); }

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

background-color css

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

 a { background-color: rgb(118,175,188); }

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

border-color css

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

 span { border-color: rgb(118,175,188); }

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