Shades of Downy #5FE4CD
Tints of Downy #5FE4CD
RGB
CMYK
RGB Variations
Color information
#5FE4CD (or 0x5FE4CD) is known color: Downy. HEX triplet: 5F, E4 and CD. RGB value is (95,228,205). Sum of RGB (Red+Green+Blue) = 95+228+205=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4CD is #A01B32. Grayscale: #B9B9B9. Windows color (decimal): -10492723 or 13493343. OLE color: 13493343.
HSL color Cylindrical-coordinate representation of color #5FE4CD: hue angle of 169.62º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE4CD is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 205 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.11 |
| HSL | 169.62º | 0.71% | 0.63% | - |
| HSV(B) | 169.62º | 0.58% | 0.89% | - |
| XYZ | 43.48 | 62.33 | 67.5 | - |
| YUV | 185.61 | 138.94 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 205 | 0.58 | 0 | 0.10 | 0.11 | 169.62 | 0.71 | 0.63 |
| Hex | 5F | E4 | CD | 3A | 0 | A | B | AA | 47 | 3F |
| Octal | 137 | 344 | 315 | 72 | 0 | 12 | 13 | 252 | 107 | 77 |
| Binary | 1011111 | 11100100 | 11001101 | 111010 | 0 | 1010 | 1011 | 10101010 | 1000111 | 111111 |
Color Harmonies of #5FE4CD
Complementary color
Monochromatic Colors of #5FE4CD
Black with #5FE4CD
Text Example
Text Example
White with #5FE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE4CD; }
p { color: rgb(95,228,205); }
H1.HeaderClassName
{
color: #5FE4CD;
}
.AnyTagClassName
{
color: #5FE4CD;
}
</style>
background-color css
<style>
a { background-color: #5FE4CD; }
a { background-color: rgb(95,228,205); }
div.DivClassName
{
background-color: #5FE4CD;
}
.BgClassName
{
background-color: #5FE4CD;
}
</style>
border-color css
<style>
span { border-color: #5FE4CD; }
span { border-color: rgb(95,228,205); }
td.TdClassName
{
border-color: #5FE4CD;
}
.TagClassName
{
border-color: #5FE4CD;
}
</style>