#76BDBE

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

Shades of Glacier #76BDBE

Tints of Glacier #76BDBE

Color information

#76BDBE (or 0x76BDBE) is unknown color: approx Glacier. HEX triplet: 76, BD and BE. RGB value is (118,189,190). Sum of RGB (Red+Green+Blue) = 118+189+190=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #76BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDBE is #894241. Grayscale: #A7A7A7. Windows color (decimal): -8995394 or 12500342. OLE color: 12500342.

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

Color convert

RGB118189190-
CMYK0.380.0100.25
HSL180.83º35.64%60.39%-
HSV(B)180.83º37.89%74.51%-
XYZ34.9643.9655.36-
YUV167.88140.4892.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=23.74%
G=38.03%
B=38.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181891900.380.0100.25180.8335.6460.39
Hex76BDBE261019b5243c
Octal1662752764610312654474
Binary11101101011110110111110100110101100110110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,190); }

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

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

 a { background-color: rgb(118,189,190); }

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

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

 span { border-color: rgb(118,189,190); }

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