Shades of Downy #72DBCF
Tints of Downy #72DBCF
RGB
CMYK
RGB Variations
Color information
#72DBCF (or 0x72DBCF) is known color: Downy. HEX triplet: 72, DB and CF. RGB value is (114,219,207). Sum of RGB (Red+Green+Blue) = 114+219+207=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBCF is #8D2430. Grayscale: #BABABA. Windows color (decimal): -9249841 or 13622130. OLE color: 13622130.
HSL color Cylindrical-coordinate representation of color #72DBCF: hue angle of 173.14º 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 #72DBCF is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 207 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.14 |
| HSL | 173.14º | 0.59% | 0.65% | - |
| HSV(B) | 173.14º | 0.48% | 0.86% | - |
| XYZ | 43.53 | 58.75 | 68.08 | - |
| YUV | 186.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 207 | 0.48 | 0 | 0.05 | 0.14 | 173.14 | 0.59 | 0.65 |
| Hex | 72 | DB | CF | 30 | 0 | 5 | E | AD | 3B | 41 |
| Octal | 162 | 333 | 317 | 60 | 0 | 5 | 16 | 255 | 73 | 101 |
| Binary | 1110010 | 11011011 | 11001111 | 110000 | 0 | 101 | 1110 | 10101101 | 111011 | 1000001 |
Color Harmonies of #72DBCF
Complementary color
Monochromatic Colors of #72DBCF
Black with #72DBCF
Text Example
Text Example
White with #72DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBCF; }
p { color: rgb(114,219,207); }
H1.HeaderClassName
{
color: #72DBCF;
}
.AnyTagClassName
{
color: #72DBCF;
}
</style>
background-color css
<style>
a { background-color: #72DBCF; }
a { background-color: rgb(114,219,207); }
div.DivClassName
{
background-color: #72DBCF;
}
.BgClassName
{
background-color: #72DBCF;
}
</style>
border-color css
<style>
span { border-color: #72DBCF; }
span { border-color: rgb(114,219,207); }
td.TdClassName
{
border-color: #72DBCF;
}
.TagClassName
{
border-color: #72DBCF;
}
</style>