Shades of Downy #72DFCD
Tints of Downy #72DFCD
RGB
CMYK
RGB Variations
Color information
#72DFCD (or 0x72DFCD) is known color: Downy. HEX triplet: 72, DF and CD. RGB value is (114,223,205). Sum of RGB (Red+Green+Blue) = 114+223+205=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFCD is #8D2032. Grayscale: #BCBCBC. Windows color (decimal): -9248819 or 13492082. OLE color: 13492082.
HSL color Cylindrical-coordinate representation of color #72DFCD: hue angle of 170.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFCD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 205 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.13 |
| HSL | 170.09º | 0.63% | 0.66% | - |
| HSV(B) | 170.09º | 0.49% | 0.87% | - |
| XYZ | 44.35 | 60.76 | 67.15 | - |
| YUV | 188.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 205 | 0.49 | 0 | 0.08 | 0.13 | 170.09 | 0.63 | 0.66 |
| Hex | 72 | DF | CD | 31 | 0 | 8 | D | AA | 3F | 42 |
| Octal | 162 | 337 | 315 | 61 | 0 | 10 | 15 | 252 | 77 | 102 |
| Binary | 1110010 | 11011111 | 11001101 | 110001 | 0 | 1000 | 1101 | 10101010 | 111111 | 1000010 |
Color Harmonies of #72DFCD
Complementary color
Monochromatic Colors of #72DFCD
Black with #72DFCD
Text Example
Text Example
White with #72DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFCD; }
p { color: rgb(114,223,205); }
H1.HeaderClassName
{
color: #72DFCD;
}
.AnyTagClassName
{
color: #72DFCD;
}
</style>
background-color css
<style>
a { background-color: #72DFCD; }
a { background-color: rgb(114,223,205); }
div.DivClassName
{
background-color: #72DFCD;
}
.BgClassName
{
background-color: #72DFCD;
}
</style>
border-color css
<style>
span { border-color: #72DFCD; }
span { border-color: rgb(114,223,205); }
td.TdClassName
{
border-color: #72DFCD;
}
.TagClassName
{
border-color: #72DFCD;
}
</style>