Shades of Downy #72DCD1
Tints of Downy #72DCD1
RGB
CMYK
RGB Variations
Color information
#72DCD1 (or 0x72DCD1) is known color: Downy. HEX triplet: 72, DC and D1. RGB value is (114,220,209). Sum of RGB (Red+Green+Blue) = 114+220+209=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCD1 is #8D232E. Grayscale: #BABABA. Windows color (decimal): -9249583 or 13753458. OLE color: 13753458.
HSL color Cylindrical-coordinate representation of color #72DCD1: hue angle of 173.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCD1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 209 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.14 |
| HSL | 173.77º | 0.6% | 0.65% | - |
| HSV(B) | 173.77º | 0.48% | 0.86% | - |
| XYZ | 44.04 | 59.37 | 69.46 | - |
| YUV | 187.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 209 | 0.48 | 0 | 0.05 | 0.14 | 173.77 | 0.6 | 0.65 |
| Hex | 72 | DC | D1 | 30 | 0 | 5 | E | AE | 3C | 41 |
| Octal | 162 | 334 | 321 | 60 | 0 | 5 | 16 | 256 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11010001 | 110000 | 0 | 101 | 1110 | 10101110 | 111100 | 1000001 |
Color Harmonies of #72DCD1
Complementary color
Monochromatic Colors of #72DCD1
Black with #72DCD1
Text Example
Text Example
White with #72DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCD1; }
p { color: rgb(114,220,209); }
H1.HeaderClassName
{
color: #72DCD1;
}
.AnyTagClassName
{
color: #72DCD1;
}
</style>
background-color css
<style>
a { background-color: #72DCD1; }
a { background-color: rgb(114,220,209); }
div.DivClassName
{
background-color: #72DCD1;
}
.BgClassName
{
background-color: #72DCD1;
}
</style>
border-color css
<style>
span { border-color: #72DCD1; }
span { border-color: rgb(114,220,209); }
td.TdClassName
{
border-color: #72DCD1;
}
.TagClassName
{
border-color: #72DCD1;
}
</style>