#72B7BC

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

Shades of Glacier #72B7BC

Tints of Glacier #72B7BC

Color information

#72B7BC (or 0x72B7BC) is unknown color: approx Glacier. HEX triplet: 72, B7 and BC. RGB value is (114,183,188). Sum of RGB (Red+Green+Blue) = 114+183+188=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #72B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7BC is #8D4843. Grayscale: #A2A2A2. Windows color (decimal): -9259076 or 12367730. OLE color: 12367730.

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

Color convert

RGB114183188-
CMYK0.390.0300.26
HSL184.05º35.58%59.22%-
HSV(B)184.05º39.36%73.73%-
XYZ32.9541.0853.77-
YUV162.94142.1493.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=23.51%
G=37.73%
B=38.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141831880.390.0300.26184.0535.5859.22
Hex72B7BC27301Ab8243b
Octal1622672744730322704473
Binary111001010110111101111001001111101101010111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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