#72C1C8

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

Shades of Glacier #72C1C8

Tints of Glacier #72C1C8

Color information

#72C1C8 (or 0x72C1C8) is unknown color: approx Glacier. HEX triplet: 72, C1 and C8. RGB value is (114,193,200). Sum of RGB (Red+Green+Blue) = 114+193+200=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #72C1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C1C8 is #8D3E37. Grayscale: #AAAAAA. Windows color (decimal): -9256504 or 13156722. OLE color: 13156722.

HSL color Cylindrical-coordinate representation of color #72C1C8: hue angle of 184.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C1C8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114193200-
CMYK0.430.0400.22
HSL184.88º43.88%61.57%-
HSV(B)184.88º43%78.43%-
XYZ36.4345.8961.58-
YUV170.18144.8387.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=22.49%
G=38.07%
B=39.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141932000.430.0400.22184.8843.8861.57
Hex72C1C82B4016b92c3e
Octal1623013105340262715476
Binary1110010110000011100100010101110001011010111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,193,200); }

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

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

 a { background-color: rgb(114,193,200); }

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

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

 span { border-color: rgb(114,193,200); }

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