Shades of Downy #5FE0CD
Tints of Downy #5FE0CD
RGB
CMYK
RGB Variations
Color information
#5FE0CD (or 0x5FE0CD) is known color: Downy. HEX triplet: 5F, E0 and CD. RGB value is (95,224,205). Sum of RGB (Red+Green+Blue) = 95+224+205=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE0CD is #A01F32. Grayscale: #B7B7B7. Windows color (decimal): -10493747 or 13492319. OLE color: 13492319.
HSL color Cylindrical-coordinate representation of color #5FE0CD: hue angle of 171.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE0CD is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 205 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.12 |
| HSL | 171.16º | 0.68% | 0.63% | - |
| HSV(B) | 171.16º | 0.58% | 0.88% | - |
| XYZ | 42.39 | 60.15 | 67.13 | - |
| YUV | 183.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 205 | 0.58 | 0 | 0.08 | 0.12 | 171.16 | 0.68 | 0.63 |
| Hex | 5F | E0 | CD | 3A | 0 | 8 | C | AB | 44 | 3F |
| Octal | 137 | 340 | 315 | 72 | 0 | 10 | 14 | 253 | 104 | 77 |
| Binary | 1011111 | 11100000 | 11001101 | 111010 | 0 | 1000 | 1100 | 10101011 | 1000100 | 111111 |
Color Harmonies of #5FE0CD
Complementary color
Monochromatic Colors of #5FE0CD
Black with #5FE0CD
Text Example
Text Example
White with #5FE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE0CD; }
p { color: rgb(95,224,205); }
H1.HeaderClassName
{
color: #5FE0CD;
}
.AnyTagClassName
{
color: #5FE0CD;
}
</style>
background-color css
<style>
a { background-color: #5FE0CD; }
a { background-color: rgb(95,224,205); }
div.DivClassName
{
background-color: #5FE0CD;
}
.BgClassName
{
background-color: #5FE0CD;
}
</style>
border-color css
<style>
span { border-color: #5FE0CD; }
span { border-color: rgb(95,224,205); }
td.TdClassName
{
border-color: #5FE0CD;
}
.TagClassName
{
border-color: #5FE0CD;
}
</style>