#76BBBE

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

Shades of Glacier #76BBBE

Tints of Glacier #76BBBE

Color information

#76BBBE (or 0x76BBBE) is unknown color: approx Glacier. HEX triplet: 76, BB and BE. RGB value is (118,187,190). Sum of RGB (Red+Green+Blue) = 118+187+190=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #76BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBE is #894441. Grayscale: #A6A6A6. Windows color (decimal): -8995906 or 12499830. OLE color: 12499830.

HSL color Cylindrical-coordinate representation of color #76BBBE: hue angle of 182.5º 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 #76BBBE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118187190-
CMYK0.380.0200.25
HSL182.5º35.64%60.39%-
HSV(B)182.5º37.89%74.51%-
XYZ34.5443.1155.22-
YUV166.71141.1493.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=23.84%
G=37.78%
B=38.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181871900.380.0200.25182.535.6460.39
Hex76BBBE262019b6243c
Octal1662732764620312664474
Binary111011010111011101111101001101001100110110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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