Shades of Downy #5ECBBE
Tints of Downy #5ECBBE
RGB
CMYK
RGB Variations
Color information
#5ECBBE (or 0x5ECBBE) is known color: Downy. HEX triplet: 5E, CB and BE. RGB value is (94,203,190). Sum of RGB (Red+Green+Blue) = 94+203+190=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBBE is #A13441. Grayscale: #A8A8A8. Windows color (decimal): -10564674 or 12503902. OLE color: 12503902.
HSL color Cylindrical-coordinate representation of color #5ECBBE: hue angle of 172.84º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBBE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 190 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.20 |
| HSL | 172.84º | 0.51% | 0.58% | - |
| HSV(B) | 172.84º | 0.54% | 0.8% | - |
| XYZ | 35.27 | 48.81 | 56.28 | - |
| YUV | 168.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 190 | 0.54 | 0 | 0.06 | 0.20 | 172.84 | 0.51 | 0.58 |
| Hex | 5E | CB | BE | 36 | 0 | 6 | 14 | AD | 33 | 3A |
| Octal | 136 | 313 | 276 | 66 | 0 | 6 | 24 | 255 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10111110 | 110110 | 0 | 110 | 10100 | 10101101 | 110011 | 111010 |
Color Harmonies of #5ECBBE
Complementary color
Monochromatic Colors of #5ECBBE
Black with #5ECBBE
Text Example
Text Example
White with #5ECBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBBE; }
p { color: rgb(94,203,190); }
H1.HeaderClassName
{
color: #5ECBBE;
}
.AnyTagClassName
{
color: #5ECBBE;
}
</style>
background-color css
<style>
a { background-color: #5ECBBE; }
a { background-color: rgb(94,203,190); }
div.DivClassName
{
background-color: #5ECBBE;
}
.BgClassName
{
background-color: #5ECBBE;
}
</style>
border-color css
<style>
span { border-color: #5ECBBE; }
span { border-color: rgb(94,203,190); }
td.TdClassName
{
border-color: #5ECBBE;
}
.TagClassName
{
border-color: #5ECBBE;
}
</style>