Shades of Downy #60DFBE
Tints of Downy #60DFBE
RGB
CMYK
RGB Variations
Color information
#60DFBE (or 0x60DFBE) is known color: Downy. HEX triplet: 60, DF and BE. RGB value is (96,223,190). Sum of RGB (Red+Green+Blue) = 96+223+190=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFBE is #9F2041. Grayscale: #B5B5B5. Windows color (decimal): -10428482 or 12509024. OLE color: 12509024.
HSL color Cylindrical-coordinate representation of color #60DFBE: hue angle of 164.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFBE is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 190 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.13 |
| HSL | 164.41º | 0.66% | 0.63% | - |
| HSV(B) | 164.41º | 0.57% | 0.87% | - |
| XYZ | 40.51 | 58.98 | 57.96 | - |
| YUV | 181.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 190 | 0.57 | 0 | 0.15 | 0.13 | 164.41 | 0.66 | 0.63 |
| Hex | 60 | DF | BE | 39 | 0 | F | D | A4 | 42 | 3F |
| Octal | 140 | 337 | 276 | 71 | 0 | 17 | 15 | 244 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10111110 | 111001 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111111 |
Color Harmonies of #60DFBE
Complementary color
Monochromatic Colors of #60DFBE
Black with #60DFBE
Text Example
Text Example
White with #60DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFBE; }
p { color: rgb(96,223,190); }
H1.HeaderClassName
{
color: #60DFBE;
}
.AnyTagClassName
{
color: #60DFBE;
}
</style>
background-color css
<style>
a { background-color: #60DFBE; }
a { background-color: rgb(96,223,190); }
div.DivClassName
{
background-color: #60DFBE;
}
.BgClassName
{
background-color: #60DFBE;
}
</style>
border-color css
<style>
span { border-color: #60DFBE; }
span { border-color: rgb(96,223,190); }
td.TdClassName
{
border-color: #60DFBE;
}
.TagClassName
{
border-color: #60DFBE;
}
</style>