Shades of Downy #5AEBBC
Tints of Downy #5AEBBC
RGB
CMYK
RGB Variations
Color information
#5AEBBC (or 0x5AEBBC) is known color: Downy. HEX triplet: 5A, EB and BC. RGB value is (90,235,188). Sum of RGB (Red+Green+Blue) = 90+235+188=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBBC is #A51443. Grayscale: #BABABA. Windows color (decimal): -10818628 or 12381018. OLE color: 12381018.
HSL color Cylindrical-coordinate representation of color #5AEBBC: hue angle of 160.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBBC is Cyan = 0.62, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 188 | - |
| CMYK | 0.62 | 0 | 0.2 | 0.08 |
| HSL | 160.55º | 0.78% | 0.64% | - |
| HSV(B) | 160.55º | 0.62% | 0.92% | - |
| XYZ | 43 | 65.22 | 57.9 | - |
| YUV | 186.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 188 | 0.62 | 0 | 0.2 | 0.08 | 160.55 | 0.78 | 0.64 |
| Hex | 5A | EB | BC | 3E | 0 | 14 | 8 | A1 | 4E | 40 |
| Octal | 132 | 353 | 274 | 76 | 0 | 24 | 10 | 241 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10111100 | 111110 | 0 | 10100 | 1000 | 10100001 | 1001110 | 1000000 |
Color Harmonies of #5AEBBC
Complementary color
Monochromatic Colors of #5AEBBC
Black with #5AEBBC
Text Example
Text Example
White with #5AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBBC; }
p { color: rgb(90,235,188); }
H1.HeaderClassName
{
color: #5AEBBC;
}
.AnyTagClassName
{
color: #5AEBBC;
}
</style>
background-color css
<style>
a { background-color: #5AEBBC; }
a { background-color: rgb(90,235,188); }
div.DivClassName
{
background-color: #5AEBBC;
}
.BgClassName
{
background-color: #5AEBBC;
}
</style>
border-color css
<style>
span { border-color: #5AEBBC; }
span { border-color: rgb(90,235,188); }
td.TdClassName
{
border-color: #5AEBBC;
}
.TagClassName
{
border-color: #5AEBBC;
}
</style>