Shades of Downy #5ADCBF
Tints of Downy #5ADCBF
RGB
CMYK
RGB Variations
Color information
#5ADCBF (or 0x5ADCBF) is known color: Downy. HEX triplet: 5A, DC and BF. RGB value is (90,220,191). Sum of RGB (Red+Green+Blue) = 90+220+191=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCBF is #A52340. Grayscale: #B1B1B1. Windows color (decimal): -10822465 or 12573786. OLE color: 12573786.
HSL color Cylindrical-coordinate representation of color #5ADCBF: hue angle of 166.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCBF is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 191 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.14 |
| HSL | 166.62º | 0.65% | 0.61% | - |
| HSV(B) | 166.62º | 0.59% | 0.86% | - |
| XYZ | 39.21 | 57.12 | 58.25 | - |
| YUV | 177.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 191 | 0.59 | 0 | 0.13 | 0.14 | 166.62 | 0.65 | 0.61 |
| Hex | 5A | DC | BF | 3B | 0 | D | E | A7 | 41 | 3D |
| Octal | 132 | 334 | 277 | 73 | 0 | 15 | 16 | 247 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10111111 | 111011 | 0 | 1101 | 1110 | 10100111 | 1000001 | 111101 |
Color Harmonies of #5ADCBF
Complementary color
Monochromatic Colors of #5ADCBF
Black with #5ADCBF
Text Example
Text Example
White with #5ADCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCBF; }
p { color: rgb(90,220,191); }
H1.HeaderClassName
{
color: #5ADCBF;
}
.AnyTagClassName
{
color: #5ADCBF;
}
</style>
background-color css
<style>
a { background-color: #5ADCBF; }
a { background-color: rgb(90,220,191); }
div.DivClassName
{
background-color: #5ADCBF;
}
.BgClassName
{
background-color: #5ADCBF;
}
</style>
border-color css
<style>
span { border-color: #5ADCBF; }
span { border-color: rgb(90,220,191); }
td.TdClassName
{
border-color: #5ADCBF;
}
.TagClassName
{
border-color: #5ADCBF;
}
</style>