#76ADBA

Color #76ADBA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #76ADBA

Tints of Glacier #76ADBA

Color information

#76ADBA (or 0x76ADBA) is unknown color: approx Glacier. HEX triplet: 76, AD and BA. RGB value is (118,173,186). Sum of RGB (Red+Green+Blue) = 118+173+186=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #76ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADBA is #895245. Grayscale: #9D9D9D. Windows color (decimal): -8999494 or 12234102. OLE color: 12234102.

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

Color convert

RGB118173186-
CMYK0.370.0700.27
HSL191.47º33.01%59.61%-
HSV(B)191.47º36.56%72.94%-
XYZ31.2837.2852-
YUV158.04143.7899.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=24.74%
G=36.27%
B=38.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181731860.370.0700.27191.4733.0159.61
Hex76ADBA25701Bbf213c
Octal1662552724570332774174
Binary1110110101011011011101010010111101101110111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,186); }

 H1.HeaderClassName
 {
   color: #76ADBA;
 }
 .AnyTagClassName
 {
   color: #76ADBA;
 }
</style>
background-color css

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

 a { background-color: rgb(118,173,186); }

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

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

 span { border-color: rgb(118,173,186); }

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