#72ddc0

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

Shades of Downy #72DDC0

Tints of Downy #72DDC0

Color information

#72DDC0 (or 0x72DDC0) is unknown color: approx Downy. HEX triplet: 72, DD and C0. RGB value is (114,221,192). Sum of RGB (Red+Green+Blue) = 114+221+192=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDC0 is #8D223F. Grayscale: #B9B9B9. Windows color (decimal): -9249344 or 12639602. OLE color: 12639602.

HSL color Cylindrical-coordinate representation of color #72DDC0: hue angle of 163.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDC0 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB114221192-
CMYK0.4800.130.13
HSL163.74º61.14%65.69%-
HSV(B)163.74º48.42%86.67%-
XYZ42.3159.159.05-
YUV185.7131.5576.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=21.63%
G=41.94%
B=36.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211920.4800.130.13163.7461.1465.69
Hex72DDC0300DDa43d42
Octal162335300600151524475102
Binary11100101101110111000000110000011011101101001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ddc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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