#72B0BB

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

Shades of Glacier #72B0BB

Tints of Glacier #72B0BB

Color information

#72B0BB (or 0x72B0BB) is unknown color: approx Glacier. HEX triplet: 72, B0 and BB. RGB value is (114,176,187). Sum of RGB (Red+Green+Blue) = 114+176+187=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #72B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B0BB is #8D4F44. Grayscale: #9E9E9E. Windows color (decimal): -9260869 or 12300402. OLE color: 12300402.

HSL color Cylindrical-coordinate representation of color #72B0BB: hue angle of 189.04º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B0BB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114176187-
CMYK0.390.0600.27
HSL189.04º34.93%59.02%-
HSV(B)189.04º39.04%73.33%-
XYZ31.4338.2252.73-
YUV158.72143.9696.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=23.90%
G=36.90%
B=39.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141761870.390.0600.27189.0434.9359.02
Hex72B0BB27601Bbd233b
Octal1622602734760332754373
Binary1110010101100001011101110011111001101110111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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