Shades of Downy #5EEBCC
Tints of Downy #5EEBCC
RGB
CMYK
RGB Variations
Color information
#5EEBCC (or 0x5EEBCC) is known color: Downy. HEX triplet: 5E, EB and CC. RGB value is (94,235,204). Sum of RGB (Red+Green+Blue) = 94+235+204=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBCC is #A11433. Grayscale: #BDBDBD. Windows color (decimal): -10556468 or 13429598. OLE color: 13429598.
HSL color Cylindrical-coordinate representation of color #5EEBCC: hue angle of 166.81º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBCC is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 204 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.08 |
| HSL | 166.81º | 0.78% | 0.65% | - |
| HSV(B) | 166.81º | 0.6% | 0.92% | - |
| XYZ | 45.22 | 66.16 | 67.51 | - |
| YUV | 189.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 204 | 0.6 | 0 | 0.13 | 0.08 | 166.81 | 0.78 | 0.65 |
| Hex | 5E | EB | CC | 3C | 0 | D | 8 | A7 | 4E | 41 |
| Octal | 136 | 353 | 314 | 74 | 0 | 15 | 10 | 247 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11001100 | 111100 | 0 | 1101 | 1000 | 10100111 | 1001110 | 1000001 |
Color Harmonies of #5EEBCC
Complementary color
Monochromatic Colors of #5EEBCC
Black with #5EEBCC
Text Example
Text Example
White with #5EEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBCC; }
p { color: rgb(94,235,204); }
H1.HeaderClassName
{
color: #5EEBCC;
}
.AnyTagClassName
{
color: #5EEBCC;
}
</style>
background-color css
<style>
a { background-color: #5EEBCC; }
a { background-color: rgb(94,235,204); }
div.DivClassName
{
background-color: #5EEBCC;
}
.BgClassName
{
background-color: #5EEBCC;
}
</style>
border-color css
<style>
span { border-color: #5EEBCC; }
span { border-color: rgb(94,235,204); }
td.TdClassName
{
border-color: #5EEBCC;
}
.TagClassName
{
border-color: #5EEBCC;
}
</style>