#72BDBD

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

Shades of Glacier #72BDBD

Tints of Glacier #72BDBD

Color information

#72BDBD (or 0x72BDBD) is unknown color: approx Glacier. HEX triplet: 72, BD and BD. RGB value is (114,189,189). Sum of RGB (Red+Green+Blue) = 114+189+189=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #72BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDBD is #8D4242. Grayscale: #A6A6A6. Windows color (decimal): -9257539 or 12434802. OLE color: 12434802.

HSL color Cylindrical-coordinate representation of color #72BDBD: hue angle of 180º 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 #72BDBD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114189189-
CMYK0.40000.26
HSL180º36.23%59.41%-
HSV(B)180º39.68%74.12%-
XYZ34.3243.6554.76-
YUV166.58140.6590.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=23.17%
G=38.41%
B=38.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891890.40000.2618036.2359.41
Hex72BDBD28001Ab4243b
Octal1622752755000322644473
Binary11100101011110110111101101000001101010110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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