Shades of Downy #72CDC6
Tints of Downy #72CDC6
RGB
CMYK
RGB Variations
Color information
#72CDC6 (or 0x72CDC6) is known color: Downy. HEX triplet: 72, CD and C6. RGB value is (114,205,198). Sum of RGB (Red+Green+Blue) = 114+205+198=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDC6 is #8D3239. Grayscale: #B0B0B0. Windows color (decimal): -9253434 or 13028722. OLE color: 13028722.
HSL color Cylindrical-coordinate representation of color #72CDC6: hue angle of 175.38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDC6 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 205 | 198 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.20 |
| HSL | 175.38º | 0.48% | 0.63% | - |
| HSV(B) | 175.38º | 0.44% | 0.8% | - |
| XYZ | 38.96 | 51.32 | 61.28 | - |
| YUV | 176.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 198 | 0.44 | 0 | 0.03 | 0.20 | 175.38 | 0.48 | 0.63 |
| Hex | 72 | CD | C6 | 2C | 0 | 3 | 14 | AF | 30 | 3F |
| Octal | 162 | 315 | 306 | 54 | 0 | 3 | 24 | 257 | 60 | 77 |
| Binary | 1110010 | 11001101 | 11000110 | 101100 | 0 | 11 | 10100 | 10101111 | 110000 | 111111 |
Color Harmonies of #72CDC6
Complementary color
Monochromatic Colors of #72CDC6
Black with #72CDC6
Text Example
Text Example
White with #72CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDC6; }
p { color: rgb(114,205,198); }
H1.HeaderClassName
{
color: #72CDC6;
}
.AnyTagClassName
{
color: #72CDC6;
}
</style>
background-color css
<style>
a { background-color: #72CDC6; }
a { background-color: rgb(114,205,198); }
div.DivClassName
{
background-color: #72CDC6;
}
.BgClassName
{
background-color: #72CDC6;
}
</style>
border-color css
<style>
span { border-color: #72CDC6; }
span { border-color: rgb(114,205,198); }
td.TdClassName
{
border-color: #72CDC6;
}
.TagClassName
{
border-color: #72CDC6;
}
</style>