#72ACBF

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

Shades of Glacier #72ACBF

Tints of Glacier #72ACBF

Color information

#72ACBF (or 0x72ACBF) is unknown color: approx Glacier. HEX triplet: 72, AC and BF. RGB value is (114,172,191). Sum of RGB (Red+Green+Blue) = 114+172+191=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #72ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACBF is #8D5340. Grayscale: #9C9C9C. Windows color (decimal): -9261889 or 12561522. OLE color: 12561522.

HSL color Cylindrical-coordinate representation of color #72ACBF: hue angle of 194.81º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72ACBF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114172191-
CMYK0.400.1000.25
HSL194.81º37.56%59.8%-
HSV(B)194.81º40.31%74.9%-
XYZ31.136.8454.76-
YUV156.82147.2897.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 191 (75% from 255) = 40.04%
R=23.90%
G=36.06%
B=40.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141721910.400.1000.25194.8137.5659.8
Hex72ACBF28A019c3263c
Octal16225427750120313034674
Binary11100101010110010111111101000101001100111000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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