#72ACBA

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

Shades of Glacier #72ACBA

Tints of Glacier #72ACBA

Color information

#72ACBA (or 0x72ACBA) is unknown color: approx Glacier. HEX triplet: 72, AC and BA. RGB value is (114,172,186). Sum of RGB (Red+Green+Blue) = 114+172+186=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #72ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACBA is #8D5345. Grayscale: #9C9C9C. Windows color (decimal): -9261894 or 12233842. OLE color: 12233842.

HSL color Cylindrical-coordinate representation of color #72ACBA: hue angle of 191.67º degrees, saturation: 0.34, 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 #72ACBA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114172186-
CMYK0.390.0800.27
HSL191.67º34.29%58.82%-
HSV(B)191.67º38.71%72.94%-
XYZ30.5536.6351.91-
YUV156.25144.7897.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=24.15%
G=36.44%
B=39.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141721860.390.0800.27191.6734.2958.82
Hex72ACBA27801Bc0223b
Octal16225427247100333004273
Binary11100101010110010111010100111100001101111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,186); }

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

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

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

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

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

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

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