#76ADBF

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

Shades of Glacier #76ADBF

Tints of Glacier #76ADBF

Color information

#76ADBF (or 0x76ADBF) is unknown color: approx Glacier. HEX triplet: 76, AD and BF. RGB value is (118,173,191). Sum of RGB (Red+Green+Blue) = 118+173+191=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #76ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADBF is #895240. Grayscale: #9E9E9E. Windows color (decimal): -8999489 or 12561782. OLE color: 12561782.

HSL color Cylindrical-coordinate representation of color #76ADBF: hue angle of 194.79º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76ADBF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118173191-
CMYK0.380.0900.25
HSL194.79º36.32%60.59%-
HSV(B)194.79º38.22%74.9%-
XYZ31.8237.554.85-
YUV158.61146.2899.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.48%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 191 (75% from 255) = 39.63%
R=24.48%
G=35.89%
B=39.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181731910.380.0900.25194.7936.3260.59
Hex76ADBF269019c3243d
Octal16625527746110313034475
Binary11101101010110110111111100110100101100111000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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