Shades of Downy #63EEB8
Tints of Downy #63EEB8
RGB
CMYK
RGB Variations
Color information
#63EEB8 (or 0x63EEB8) is known color: Downy. HEX triplet: 63, EE and B8. RGB value is (99,238,184). Sum of RGB (Red+Green+Blue) = 99+238+184=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEB8 is #9C1147. Grayscale: #BEBEBE. Windows color (decimal): -10228040 or 12119651. OLE color: 12119651.
HSL color Cylindrical-coordinate representation of color #63EEB8: hue angle of 156.69º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EEB8 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 184 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.07 |
| HSL | 156.69º | 0.8% | 0.66% | - |
| HSV(B) | 156.69º | 0.58% | 0.93% | - |
| XYZ | 44.37 | 67.26 | 55.99 | - |
| YUV | 190.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 184 | 0.58 | 0 | 0.23 | 0.07 | 156.69 | 0.8 | 0.66 |
| Hex | 63 | EE | B8 | 3A | 0 | 17 | 7 | 9D | 50 | 42 |
| Octal | 143 | 356 | 270 | 72 | 0 | 27 | 7 | 235 | 120 | 102 |
| Binary | 1100011 | 11101110 | 10111000 | 111010 | 0 | 10111 | 111 | 10011101 | 1010000 | 1000010 |
Color Harmonies of #63EEB8
Complementary color
Monochromatic Colors of #63EEB8
Black with #63EEB8
Text Example
Text Example
White with #63EEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEB8; }
p { color: rgb(99,238,184); }
H1.HeaderClassName
{
color: #63EEB8;
}
.AnyTagClassName
{
color: #63EEB8;
}
</style>
background-color css
<style>
a { background-color: #63EEB8; }
a { background-color: rgb(99,238,184); }
div.DivClassName
{
background-color: #63EEB8;
}
.BgClassName
{
background-color: #63EEB8;
}
</style>
border-color css
<style>
span { border-color: #63EEB8; }
span { border-color: rgb(99,238,184); }
td.TdClassName
{
border-color: #63EEB8;
}
.TagClassName
{
border-color: #63EEB8;
}
</style>