Shades of Downy #72DCD3
Tints of Downy #72DCD3
RGB
CMYK
RGB Variations
Color information
#72DCD3 (or 0x72DCD3) is known color: Downy. HEX triplet: 72, DC and D3. RGB value is (114,220,211). Sum of RGB (Red+Green+Blue) = 114+220+211=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCD3 is #8D232C. Grayscale: #BBBBBB. Windows color (decimal): -9249581 or 13884530. OLE color: 13884530.
HSL color Cylindrical-coordinate representation of color #72DCD3: hue angle of 174.91º 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 #72DCD3 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 211 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.14 |
| HSL | 174.91º | 0.6% | 0.65% | - |
| HSV(B) | 174.91º | 0.48% | 0.86% | - |
| XYZ | 44.29 | 59.47 | 70.77 | - |
| YUV | 187.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 211 | 0.48 | 0 | 0.04 | 0.14 | 174.91 | 0.6 | 0.65 |
| Hex | 72 | DC | D3 | 30 | 0 | 4 | E | AF | 3C | 41 |
| Octal | 162 | 334 | 323 | 60 | 0 | 4 | 16 | 257 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11010011 | 110000 | 0 | 100 | 1110 | 10101111 | 111100 | 1000001 |
Color Harmonies of #72DCD3
Complementary color
Monochromatic Colors of #72DCD3
Black with #72DCD3
Text Example
Text Example
White with #72DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCD3; }
p { color: rgb(114,220,211); }
H1.HeaderClassName
{
color: #72DCD3;
}
.AnyTagClassName
{
color: #72DCD3;
}
</style>
background-color css
<style>
a { background-color: #72DCD3; }
a { background-color: rgb(114,220,211); }
div.DivClassName
{
background-color: #72DCD3;
}
.BgClassName
{
background-color: #72DCD3;
}
</style>
border-color css
<style>
span { border-color: #72DCD3; }
span { border-color: rgb(114,220,211); }
td.TdClassName
{
border-color: #72DCD3;
}
.TagClassName
{
border-color: #72DCD3;
}
</style>