#72B4C6

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

Shades of Glacier #72B4C6

Tints of Glacier #72B4C6

Color information

#72B4C6 (or 0x72B4C6) is unknown color: approx Glacier. HEX triplet: 72, B4 and C6. RGB value is (114,180,198). Sum of RGB (Red+Green+Blue) = 114+180+198=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #72B4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4C6 is #8D4B39. Grayscale: #A2A2A2. Windows color (decimal): -9259834 or 13022322. OLE color: 13022322.

HSL color Cylindrical-coordinate representation of color #72B4C6: hue angle of 192.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72B4C6 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114180198-
CMYK0.420.0900.22
HSL192.86º42.42%61.18%-
HSV(B)192.86º42.42%77.65%-
XYZ33.4540.359.44-
YUV162.32148.1393.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=23.17%
G=36.59%
B=40.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141801980.420.0900.22192.8642.4261.18
Hex72B4C62A9016c12a3d
Octal16226430652110263015275
Binary11100101011010011000110101010100101011011000001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,198); }

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

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

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

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

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

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

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