Html Css Color HEX #76ABBC Glacier

📋 copy color: '#76ABBC'

red 118 ◦ green 171 ◦ blue 188

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

Shades of Glacier #76ABBC

Tints of Glacier #76ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

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

R = 24.74%
G = 35.85%
B = 39.41%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76ABBC (or 0x76ABBC) is known color: Glacier. HEX triplet: 76, AB and BC. RGB value is (118,171,188). Sum of RGB (Red+Green+Blue) = 118+171+188=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #76ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBC is #895443. Grayscale: #9C9C9C. Windows color (decimal): -9000004 or 12364662. OLE color: 12364662.

HSL color Cylindrical-coordinate representation of color #76ABBC: hue angle of 194.57º 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 #76ABBC is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 171 188 -
CMYK 0.37 0.09 0 0.26
HSL 194.57º 0.34% 0.6% -
HSV(B) 194.57º 0.37% 0.74% -
XYZ 31.11 36.61 53 -
YUV 157.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 118 171 188 0.37 0.09 0 0.26 194.57 0.34 0.6
Hex 76 AB BC 25 9 0 1A C3 22 3C
Octal 166 253 274 45 11 0 32 303 42 74
Binary 1110110 10101011 10111100 100101 1001 0 11010 11000011 100010 111100

Color Harmonies of #76ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABBC

Black with #76ABBC

Text Example


Text Example

White with #76ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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