Shades of Downy #56EABB
Tints of Downy #56EABB
RGB
CMYK
RGB Variations
Color information
#56EABB (or 0x56EABB) is known color: Downy. HEX triplet: 56, EA and BB. RGB value is (86,234,187). Sum of RGB (Red+Green+Blue) = 86+234+187=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #56EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EABB is #A91544. Grayscale: #B8B8B8. Windows color (decimal): -11081029 or 12315222. OLE color: 12315222.
HSL color Cylindrical-coordinate representation of color #56EABB: hue angle of 160.95º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56EABB is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 234 | 187 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.08 |
| HSL | 160.95º | 0.78% | 0.63% | - |
| HSV(B) | 160.95º | 0.63% | 0.92% | - |
| XYZ | 42.23 | 64.41 | 57.22 | - |
| YUV | 184.39 | 129.47 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 234 | 187 | 0.63 | 0 | 0.20 | 0.08 | 160.95 | 0.78 | 0.63 |
| Hex | 56 | EA | BB | 3F | 0 | 14 | 8 | A1 | 4E | 3F |
| Octal | 126 | 352 | 273 | 77 | 0 | 24 | 10 | 241 | 116 | 77 |
| Binary | 1010110 | 11101010 | 10111011 | 111111 | 0 | 10100 | 1000 | 10100001 | 1001110 | 111111 |
Color Harmonies of #56EABB
Complementary color
Monochromatic Colors of #56EABB
Black with #56EABB
Text Example
Text Example
White with #56EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EABB; }
p { color: rgb(86,234,187); }
H1.HeaderClassName
{
color: #56EABB;
}
.AnyTagClassName
{
color: #56EABB;
}
</style>
background-color css
<style>
a { background-color: #56EABB; }
a { background-color: rgb(86,234,187); }
div.DivClassName
{
background-color: #56EABB;
}
.BgClassName
{
background-color: #56EABB;
}
</style>
border-color css
<style>
span { border-color: #56EABB; }
span { border-color: rgb(86,234,187); }
td.TdClassName
{
border-color: #56EABB;
}
.TagClassName
{
border-color: #56EABB;
}
</style>