Shades of Downy #5FE6BB
Tints of Downy #5FE6BB
RGB
CMYK
RGB Variations
Color information
#5FE6BB (or 0x5FE6BB) is known color: Downy. HEX triplet: 5F, E6 and BB. RGB value is (95,230,187). Sum of RGB (Red+Green+Blue) = 95+230+187=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE6BB is #A01944. Grayscale: #B8B8B8. Windows color (decimal): -10492229 or 12314207. OLE color: 12314207.
HSL color Cylindrical-coordinate representation of color #5FE6BB: hue angle of 160.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE6BB is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 187 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.10 |
| HSL | 160.89º | 0.73% | 0.64% | - |
| HSV(B) | 160.89º | 0.59% | 0.9% | - |
| XYZ | 41.99 | 62.61 | 56.89 | - |
| YUV | 184.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 187 | 0.59 | 0 | 0.19 | 0.10 | 160.89 | 0.73 | 0.64 |
| Hex | 5F | E6 | BB | 3B | 0 | 13 | A | A1 | 49 | 40 |
| Octal | 137 | 346 | 273 | 73 | 0 | 23 | 12 | 241 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10111011 | 111011 | 0 | 10011 | 1010 | 10100001 | 1001001 | 1000000 |
Color Harmonies of #5FE6BB
Complementary color
Monochromatic Colors of #5FE6BB
Black with #5FE6BB
Text Example
Text Example
White with #5FE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE6BB; }
p { color: rgb(95,230,187); }
H1.HeaderClassName
{
color: #5FE6BB;
}
.AnyTagClassName
{
color: #5FE6BB;
}
</style>
background-color css
<style>
a { background-color: #5FE6BB; }
a { background-color: rgb(95,230,187); }
div.DivClassName
{
background-color: #5FE6BB;
}
.BgClassName
{
background-color: #5FE6BB;
}
</style>
border-color css
<style>
span { border-color: #5FE6BB; }
span { border-color: rgb(95,230,187); }
td.TdClassName
{
border-color: #5FE6BB;
}
.TagClassName
{
border-color: #5FE6BB;
}
</style>