Shades of Downy #5FCEBE
Tints of Downy #5FCEBE
RGB
CMYK
RGB Variations
Color information
#5FCEBE (or 0x5FCEBE) is known color: Downy. HEX triplet: 5F, CE and BE. RGB value is (95,206,190). Sum of RGB (Red+Green+Blue) = 95+206+190=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEBE is #A03141. Grayscale: #AAAAAA. Windows color (decimal): -10498370 or 12504671. OLE color: 12504671.
HSL color Cylindrical-coordinate representation of color #5FCEBE: hue angle of 171.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEBE is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 190 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.19 |
| HSL | 171.35º | 0.53% | 0.59% | - |
| HSV(B) | 171.35º | 0.54% | 0.81% | - |
| XYZ | 36.08 | 50.29 | 56.52 | - |
| YUV | 170.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 190 | 0.54 | 0 | 0.08 | 0.19 | 171.35 | 0.53 | 0.59 |
| Hex | 5F | CE | BE | 36 | 0 | 8 | 13 | AB | 35 | 3B |
| Octal | 137 | 316 | 276 | 66 | 0 | 10 | 23 | 253 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10111110 | 110110 | 0 | 1000 | 10011 | 10101011 | 110101 | 111011 |
Color Harmonies of #5FCEBE
Complementary color
Monochromatic Colors of #5FCEBE
Black with #5FCEBE
Text Example
Text Example
White with #5FCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEBE; }
p { color: rgb(95,206,190); }
H1.HeaderClassName
{
color: #5FCEBE;
}
.AnyTagClassName
{
color: #5FCEBE;
}
</style>
background-color css
<style>
a { background-color: #5FCEBE; }
a { background-color: rgb(95,206,190); }
div.DivClassName
{
background-color: #5FCEBE;
}
.BgClassName
{
background-color: #5FCEBE;
}
</style>
border-color css
<style>
span { border-color: #5FCEBE; }
span { border-color: rgb(95,206,190); }
td.TdClassName
{
border-color: #5FCEBE;
}
.TagClassName
{
border-color: #5FCEBE;
}
</style>