#72CCC0

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

Shades of Downy #72CCC0

Tints of Downy #72CCC0

Color information

#72CCC0 (or 0x72CCC0) is unknown color: approx Downy. HEX triplet: 72, CC and C0. RGB value is (114,204,192). Sum of RGB (Red+Green+Blue) = 114+204+192=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC0 is #8D333F. Grayscale: #AFAFAF. Windows color (decimal): -9253696 or 12635250. OLE color: 12635250.

HSL color Cylindrical-coordinate representation of color #72CCC0: hue angle of 172º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCC0 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB114204192-
CMYK0.4400.060.2
HSL172º46.88%62.35%-
HSV(B)172º44.12%80%-
XYZ38.0550.5757.62-
YUV175.72137.1883.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.35%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=22.35%
G=40%
B=37.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1142041920.4400.060.217246.8862.35
Hex72CCC02C0614ac2f3e
Octal1623143005406242545776
Binary1110010110011001100000010110001101010010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,192); }

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

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

 a { background-color: rgb(114,204,192); }

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

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

 span { border-color: rgb(114,204,192); }

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