Shades of Downy #72DFBE
Tints of Downy #72DFBE
RGB
CMYK
RGB Variations
Color information
#72DFBE (or 0x72DFBE) is known color: Downy. HEX triplet: 72, DF and BE. RGB value is (114,223,190). Sum of RGB (Red+Green+Blue) = 114+223+190=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFBE is #8D2041. Grayscale: #BABABA. Windows color (decimal): -9248834 or 12509042. OLE color: 12509042.
HSL color Cylindrical-coordinate representation of color #72DFBE: hue angle of 161.83º 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 #72DFBE is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 190 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.13 |
| HSL | 161.83º | 0.63% | 0.66% | - |
| HSV(B) | 161.83º | 0.49% | 0.87% | - |
| XYZ | 42.62 | 60.07 | 58.06 | - |
| YUV | 186.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 190 | 0.49 | 0 | 0.15 | 0.13 | 161.83 | 0.63 | 0.66 |
| Hex | 72 | DF | BE | 31 | 0 | F | D | A2 | 3F | 42 |
| Octal | 162 | 337 | 276 | 61 | 0 | 17 | 15 | 242 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10111110 | 110001 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #72DFBE
Complementary color
Monochromatic Colors of #72DFBE
Black with #72DFBE
Text Example
Text Example
White with #72DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFBE; }
p { color: rgb(114,223,190); }
H1.HeaderClassName
{
color: #72DFBE;
}
.AnyTagClassName
{
color: #72DFBE;
}
</style>
background-color css
<style>
a { background-color: #72DFBE; }
a { background-color: rgb(114,223,190); }
div.DivClassName
{
background-color: #72DFBE;
}
.BgClassName
{
background-color: #72DFBE;
}
</style>
border-color css
<style>
span { border-color: #72DFBE; }
span { border-color: rgb(114,223,190); }
td.TdClassName
{
border-color: #72DFBE;
}
.TagClassName
{
border-color: #72DFBE;
}
</style>