#72B1BE

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

Shades of Glacier #72B1BE

Tints of Glacier #72B1BE

Color information

#72B1BE (or 0x72B1BE) is unknown color: approx Glacier. HEX triplet: 72, B1 and BE. RGB value is (114,177,190). Sum of RGB (Red+Green+Blue) = 114+177+190=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1BE is #8D4E41. Grayscale: #9F9F9F. Windows color (decimal): -9260610 or 12497266. OLE color: 12497266.

HSL color Cylindrical-coordinate representation of color #72B1BE: hue angle of 190.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B1BE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114177190-
CMYK0.400.0700.25
HSL190.26º36.89%59.61%-
HSV(B)190.26º40%74.51%-
XYZ31.9638.7454.51-
YUV159.65145.1395.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=23.70%
G=36.80%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141771900.400.0700.25190.2636.8959.61
Hex72B1BE287019be253c
Octal1622612765070312764574
Binary1110010101100011011111010100011101100110111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B1BE; }

 p { color: rgb(114,177,190); }

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

<style>
 a { background-color: #72B1BE; }

 a { background-color: rgb(114,177,190); }

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

<style>
 span { border-color: #72B1BE; }

 span { border-color: rgb(114,177,190); }

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