Shades of Downy #5AD5C2
Tints of Downy #5AD5C2
RGB
CMYK
RGB Variations
Color information
#5AD5C2 (or 0x5AD5C2) is known color: Downy. HEX triplet: 5A, D5 and C2. RGB value is (90,213,194). Sum of RGB (Red+Green+Blue) = 90+213+194=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5C2 is #A52A3D. Grayscale: #AEAEAE. Windows color (decimal): -10824254 or 12768602. OLE color: 12768602.
HSL color Cylindrical-coordinate representation of color #5AD5C2: hue angle of 170.73º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5C2 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 194 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.16 |
| HSL | 170.73º | 0.59% | 0.59% | - |
| HSV(B) | 170.73º | 0.58% | 0.84% | - |
| XYZ | 37.75 | 53.66 | 59.41 | - |
| YUV | 174.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 194 | 0.58 | 0 | 0.09 | 0.16 | 170.73 | 0.59 | 0.59 |
| Hex | 5A | D5 | C2 | 3A | 0 | 9 | 10 | AB | 3B | 3B |
| Octal | 132 | 325 | 302 | 72 | 0 | 11 | 20 | 253 | 73 | 73 |
| Binary | 1011010 | 11010101 | 11000010 | 111010 | 0 | 1001 | 10000 | 10101011 | 111011 | 111011 |
Color Harmonies of #5AD5C2
Complementary color
Monochromatic Colors of #5AD5C2
Black with #5AD5C2
Text Example
Text Example
White with #5AD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5C2; }
p { color: rgb(90,213,194); }
H1.HeaderClassName
{
color: #5AD5C2;
}
.AnyTagClassName
{
color: #5AD5C2;
}
</style>
background-color css
<style>
a { background-color: #5AD5C2; }
a { background-color: rgb(90,213,194); }
div.DivClassName
{
background-color: #5AD5C2;
}
.BgClassName
{
background-color: #5AD5C2;
}
</style>
border-color css
<style>
span { border-color: #5AD5C2; }
span { border-color: rgb(90,213,194); }
td.TdClassName
{
border-color: #5AD5C2;
}
.TagClassName
{
border-color: #5AD5C2;
}
</style>