#72BCBD

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

Shades of Glacier #72BCBD

Tints of Glacier #72BCBD

Color information

#72BCBD (or 0x72BCBD) is unknown color: approx Glacier. HEX triplet: 72, BC and BD. RGB value is (114,188,189). Sum of RGB (Red+Green+Blue) = 114+188+189=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #72BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCBD is #8D4342. Grayscale: #A5A5A5. Windows color (decimal): -9257795 or 12434546. OLE color: 12434546.

HSL color Cylindrical-coordinate representation of color #72BCBD: hue angle of 180.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BCBD is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114188189-
CMYK0.400.0100.26
HSL180.8º36.23%59.41%-
HSV(B)180.8º39.68%74.12%-
XYZ34.1143.2254.69-
YUV165.99140.9890.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=23.22%
G=38.29%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881890.400.0100.26180.836.2359.41
Hex72BCBD28101Ab5243b
Octal1622742755010322654473
Binary11100101011110010111101101000101101010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,189); }

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

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

 a { background-color: rgb(114,188,189); }

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

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

 span { border-color: rgb(114,188,189); }

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