Shades of Downy #72D6CE
Tints of Downy #72D6CE
RGB
CMYK
RGB Variations
Color information
#72D6CE (or 0x72D6CE) is known color: Downy. HEX triplet: 72, D6 and CE. RGB value is (114,214,206). Sum of RGB (Red+Green+Blue) = 114+214+206=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #72D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D6CE is #8D2931. Grayscale: #B7B7B7. Windows color (decimal): -9251122 or 13555314. OLE color: 13555314.
HSL color Cylindrical-coordinate representation of color #72D6CE: hue angle of 175.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D6CE is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 206 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.16 |
| HSL | 175.2º | 0.55% | 0.64% | - |
| HSV(B) | 175.2º | 0.47% | 0.84% | - |
| XYZ | 42.13 | 56.13 | 67.01 | - |
| YUV | 183.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 206 | 0.47 | 0 | 0.04 | 0.16 | 175.2 | 0.55 | 0.64 |
| Hex | 72 | D6 | CE | 2F | 0 | 4 | 10 | AF | 37 | 40 |
| Octal | 162 | 326 | 316 | 57 | 0 | 4 | 20 | 257 | 67 | 100 |
| Binary | 1110010 | 11010110 | 11001110 | 101111 | 0 | 100 | 10000 | 10101111 | 110111 | 1000000 |
Color Harmonies of #72D6CE
Complementary color
Monochromatic Colors of #72D6CE
Black with #72D6CE
Text Example
Text Example
White with #72D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D6CE; }
p { color: rgb(114,214,206); }
H1.HeaderClassName
{
color: #72D6CE;
}
.AnyTagClassName
{
color: #72D6CE;
}
</style>
background-color css
<style>
a { background-color: #72D6CE; }
a { background-color: rgb(114,214,206); }
div.DivClassName
{
background-color: #72D6CE;
}
.BgClassName
{
background-color: #72D6CE;
}
</style>
border-color css
<style>
span { border-color: #72D6CE; }
span { border-color: rgb(114,214,206); }
td.TdClassName
{
border-color: #72D6CE;
}
.TagClassName
{
border-color: #72D6CE;
}
</style>