#72BCBB

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

Shades of Glacier #72BCBB

Tints of Glacier #72BCBB

Color information

#72BCBB (or 0x72BCBB) is unknown color: approx Glacier. HEX triplet: 72, BC and BB. RGB value is (114,188,187). Sum of RGB (Red+Green+Blue) = 114+188+187=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCBB is #8D4344. Grayscale: #A5A5A5. Windows color (decimal): -9257797 or 12303474. OLE color: 12303474.

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

Color convert

RGB114188187-
CMYK0.3900.010.26
HSL179.19º35.58%59.22%-
HSV(B)179.19º39.36%73.73%-
XYZ33.8943.1353.55-
YUV165.76139.9891.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=23.31%
G=38.45%
B=38.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881870.3900.010.26179.1935.5859.22
Hex72BCBB27011Ab3243b
Octal1622742734701322634473
Binary11100101011110010111011100111011101010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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