Shades of Downy #72DCD2
Tints of Downy #72DCD2
RGB
CMYK
RGB Variations
Color information
#72DCD2 (or 0x72DCD2) is known color: Downy. HEX triplet: 72, DC and D2. RGB value is (114,220,210). Sum of RGB (Red+Green+Blue) = 114+220+210=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCD2 is #8D232D. Grayscale: #BBBBBB. Windows color (decimal): -9249582 or 13818994. OLE color: 13818994.
HSL color Cylindrical-coordinate representation of color #72DCD2: hue angle of 174.34º 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 #72DCD2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 210 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.14 |
| HSL | 174.34º | 0.6% | 0.65% | - |
| HSV(B) | 174.34º | 0.48% | 0.86% | - |
| XYZ | 44.17 | 59.42 | 70.11 | - |
| YUV | 187.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 210 | 0.48 | 0 | 0.05 | 0.14 | 174.34 | 0.6 | 0.65 |
| Hex | 72 | DC | D2 | 30 | 0 | 5 | E | AE | 3C | 41 |
| Octal | 162 | 334 | 322 | 60 | 0 | 5 | 16 | 256 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11010010 | 110000 | 0 | 101 | 1110 | 10101110 | 111100 | 1000001 |
Color Harmonies of #72DCD2
Complementary color
Monochromatic Colors of #72DCD2
Black with #72DCD2
Text Example
Text Example
White with #72DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCD2; }
p { color: rgb(114,220,210); }
H1.HeaderClassName
{
color: #72DCD2;
}
.AnyTagClassName
{
color: #72DCD2;
}
</style>
background-color css
<style>
a { background-color: #72DCD2; }
a { background-color: rgb(114,220,210); }
div.DivClassName
{
background-color: #72DCD2;
}
.BgClassName
{
background-color: #72DCD2;
}
</style>
border-color css
<style>
span { border-color: #72DCD2; }
span { border-color: rgb(114,220,210); }
td.TdClassName
{
border-color: #72DCD2;
}
.TagClassName
{
border-color: #72DCD2;
}
</style>