Shades of Downy #72DBD2
Tints of Downy #72DBD2
RGB
CMYK
RGB Variations
Color information
#72DBD2 (or 0x72DBD2) is known color: Downy. HEX triplet: 72, DB and D2. RGB value is (114,219,210). Sum of RGB (Red+Green+Blue) = 114+219+210=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBD2 is #8D242D. Grayscale: #BABABA. Windows color (decimal): -9249838 or 13818738. OLE color: 13818738.
HSL color Cylindrical-coordinate representation of color #72DBD2: hue angle of 174.86º degrees, saturation: 0.59, 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 #72DBD2 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 210 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.14 |
| HSL | 174.86º | 0.59% | 0.65% | - |
| HSV(B) | 174.86º | 0.48% | 0.86% | - |
| XYZ | 43.9 | 58.89 | 70.03 | - |
| YUV | 186.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 210 | 0.48 | 0 | 0.04 | 0.14 | 174.86 | 0.59 | 0.65 |
| Hex | 72 | DB | D2 | 30 | 0 | 4 | E | AF | 3B | 41 |
| Octal | 162 | 333 | 322 | 60 | 0 | 4 | 16 | 257 | 73 | 101 |
| Binary | 1110010 | 11011011 | 11010010 | 110000 | 0 | 100 | 1110 | 10101111 | 111011 | 1000001 |
Color Harmonies of #72DBD2
Complementary color
Monochromatic Colors of #72DBD2
Black with #72DBD2
Text Example
Text Example
White with #72DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBD2; }
p { color: rgb(114,219,210); }
H1.HeaderClassName
{
color: #72DBD2;
}
.AnyTagClassName
{
color: #72DBD2;
}
</style>
background-color css
<style>
a { background-color: #72DBD2; }
a { background-color: rgb(114,219,210); }
div.DivClassName
{
background-color: #72DBD2;
}
.BgClassName
{
background-color: #72DBD2;
}
</style>
border-color css
<style>
span { border-color: #72DBD2; }
span { border-color: rgb(114,219,210); }
td.TdClassName
{
border-color: #72DBD2;
}
.TagClassName
{
border-color: #72DBD2;
}
</style>