Shades of Downy #63EBB8
Tints of Downy #63EBB8
RGB
CMYK
RGB Variations
Color information
#63EBB8 (or 0x63EBB8) is known color: Downy. HEX triplet: 63, EB and B8. RGB value is (99,235,184). Sum of RGB (Red+Green+Blue) = 99+235+184=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EBB8 is #9C1447. Grayscale: #BCBCBC. Windows color (decimal): -10228808 or 12118883. OLE color: 12118883.
HSL color Cylindrical-coordinate representation of color #63EBB8: hue angle of 157.5º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EBB8 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 235 | 184 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.08 |
| HSL | 157.5º | 0.77% | 0.65% | - |
| HSV(B) | 157.5º | 0.58% | 0.92% | - |
| XYZ | 43.51 | 65.53 | 55.7 | - |
| YUV | 188.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 235 | 184 | 0.58 | 0 | 0.22 | 0.08 | 157.5 | 0.77 | 0.65 |
| Hex | 63 | EB | B8 | 3A | 0 | 16 | 8 | 9E | 4D | 41 |
| Octal | 143 | 353 | 270 | 72 | 0 | 26 | 10 | 236 | 115 | 101 |
| Binary | 1100011 | 11101011 | 10111000 | 111010 | 0 | 10110 | 1000 | 10011110 | 1001101 | 1000001 |
Color Harmonies of #63EBB8
Complementary color
Monochromatic Colors of #63EBB8
Black with #63EBB8
Text Example
Text Example
White with #63EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EBB8; }
p { color: rgb(99,235,184); }
H1.HeaderClassName
{
color: #63EBB8;
}
.AnyTagClassName
{
color: #63EBB8;
}
</style>
background-color css
<style>
a { background-color: #63EBB8; }
a { background-color: rgb(99,235,184); }
div.DivClassName
{
background-color: #63EBB8;
}
.BgClassName
{
background-color: #63EBB8;
}
</style>
border-color css
<style>
span { border-color: #63EBB8; }
span { border-color: rgb(99,235,184); }
td.TdClassName
{
border-color: #63EBB8;
}
.TagClassName
{
border-color: #63EBB8;
}
</style>