Shades of Downy #63EACA
Tints of Downy #63EACA
RGB
CMYK
RGB Variations
Color information
#63EACA (or 0x63EACA) is known color: Downy. HEX triplet: 63, EA and CA. RGB value is (99,234,202). Sum of RGB (Red+Green+Blue) = 99+234+202=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #63EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EACA is #9C1535. Grayscale: #BDBDBD. Windows color (decimal): -10229046 or 13298275. OLE color: 13298275.
HSL color Cylindrical-coordinate representation of color #63EACA: hue angle of 165.78º degrees, saturation: 0.76, 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 #63EACA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 202 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.08 |
| HSL | 165.78º | 0.76% | 0.65% | - |
| HSV(B) | 165.78º | 0.58% | 0.92% | - |
| XYZ | 45.23 | 65.76 | 66.19 | - |
| YUV | 189.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 202 | 0.58 | 0 | 0.14 | 0.08 | 165.78 | 0.76 | 0.65 |
| Hex | 63 | EA | CA | 3A | 0 | E | 8 | A6 | 4C | 41 |
| Octal | 143 | 352 | 312 | 72 | 0 | 16 | 10 | 246 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11001010 | 111010 | 0 | 1110 | 1000 | 10100110 | 1001100 | 1000001 |
Color Harmonies of #63EACA
Complementary color
Monochromatic Colors of #63EACA
Black with #63EACA
Text Example
Text Example
White with #63EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EACA; }
p { color: rgb(99,234,202); }
H1.HeaderClassName
{
color: #63EACA;
}
.AnyTagClassName
{
color: #63EACA;
}
</style>
background-color css
<style>
a { background-color: #63EACA; }
a { background-color: rgb(99,234,202); }
div.DivClassName
{
background-color: #63EACA;
}
.BgClassName
{
background-color: #63EACA;
}
</style>
border-color css
<style>
span { border-color: #63EACA; }
span { border-color: rgb(99,234,202); }
td.TdClassName
{
border-color: #63EACA;
}
.TagClassName
{
border-color: #63EACA;
}
</style>