Shades of Downy #72DCCF
Tints of Downy #72DCCF
RGB
CMYK
RGB Variations
Color information
#72DCCF (or 0x72DCCF) is known color: Downy. HEX triplet: 72, DC and CF. RGB value is (114,220,207). Sum of RGB (Red+Green+Blue) = 114+220+207=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCCF is #8D2330. Grayscale: #BABABA. Windows color (decimal): -9249585 or 13622386. OLE color: 13622386.
HSL color Cylindrical-coordinate representation of color #72DCCF: hue angle of 172.64º 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 #72DCCF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 207 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.14 |
| HSL | 172.64º | 0.6% | 0.65% | - |
| HSV(B) | 172.64º | 0.48% | 0.86% | - |
| XYZ | 43.8 | 59.27 | 68.16 | - |
| YUV | 186.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 207 | 0.48 | 0 | 0.06 | 0.14 | 172.64 | 0.6 | 0.65 |
| Hex | 72 | DC | CF | 30 | 0 | 6 | E | AD | 3C | 41 |
| Octal | 162 | 334 | 317 | 60 | 0 | 6 | 16 | 255 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11001111 | 110000 | 0 | 110 | 1110 | 10101101 | 111100 | 1000001 |
Color Harmonies of #72DCCF
Complementary color
Monochromatic Colors of #72DCCF
Black with #72DCCF
Text Example
Text Example
White with #72DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCCF; }
p { color: rgb(114,220,207); }
H1.HeaderClassName
{
color: #72DCCF;
}
.AnyTagClassName
{
color: #72DCCF;
}
</style>
background-color css
<style>
a { background-color: #72DCCF; }
a { background-color: rgb(114,220,207); }
div.DivClassName
{
background-color: #72DCCF;
}
.BgClassName
{
background-color: #72DCCF;
}
</style>
border-color css
<style>
span { border-color: #72DCCF; }
span { border-color: rgb(114,220,207); }
td.TdClassName
{
border-color: #72DCCF;
}
.TagClassName
{
border-color: #72DCCF;
}
</style>