#76BABB

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

Shades of Glacier #76BABB

Tints of Glacier #76BABB

Color information

#76BABB (or 0x76BABB) is unknown color: approx Glacier. HEX triplet: 76, BA and BB. RGB value is (118,186,187). Sum of RGB (Red+Green+Blue) = 118+186+187=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #76BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BABB is #894544. Grayscale: #A5A5A5. Windows color (decimal): -8996165 or 12302966. OLE color: 12302966.

HSL color Cylindrical-coordinate representation of color #76BABB: hue angle of 180.87º degrees, saturation: 0.34, 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 #76BABB is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118186187-
CMYK0.370.0100.27
HSL180.87º33.66%59.8%-
HSV(B)180.87º36.9%73.33%-
XYZ3442.5653.44-
YUV165.78139.9793.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=24.03%
G=37.88%
B=38.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861870.370.0100.27180.8733.6659.8
Hex76BABB25101Bb5223c
Octal1662722734510332654274
Binary11101101011101010111011100101101101110110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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