Shades of Downy #63ECD0
Tints of Downy #63ECD0
RGB
CMYK
RGB Variations
Color information
#63ECD0 (or 0x63ECD0) is known color: Downy. HEX triplet: 63, EC and D0. RGB value is (99,236,208). Sum of RGB (Red+Green+Blue) = 99+236+208=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECD0 is #9C132F. Grayscale: #BFBFBF. Windows color (decimal): -10228528 or 13692003. OLE color: 13692003.
HSL color Cylindrical-coordinate representation of color #63ECD0: hue angle of 167.74º degrees, saturation: 0.78, 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 #63ECD0 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 208 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.07 |
| HSL | 167.74º | 0.78% | 0.66% | - |
| HSV(B) | 167.74º | 0.58% | 0.93% | - |
| XYZ | 46.53 | 67.2 | 70.19 | - |
| YUV | 191.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 208 | 0.58 | 0 | 0.12 | 0.07 | 167.74 | 0.78 | 0.66 |
| Hex | 63 | EC | D0 | 3A | 0 | C | 7 | A8 | 4E | 42 |
| Octal | 143 | 354 | 320 | 72 | 0 | 14 | 7 | 250 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11010000 | 111010 | 0 | 1100 | 111 | 10101000 | 1001110 | 1000010 |
Color Harmonies of #63ECD0
Complementary color
Monochromatic Colors of #63ECD0
Black with #63ECD0
Text Example
Text Example
White with #63ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECD0; }
p { color: rgb(99,236,208); }
H1.HeaderClassName
{
color: #63ECD0;
}
.AnyTagClassName
{
color: #63ECD0;
}
</style>
background-color css
<style>
a { background-color: #63ECD0; }
a { background-color: rgb(99,236,208); }
div.DivClassName
{
background-color: #63ECD0;
}
.BgClassName
{
background-color: #63ECD0;
}
</style>
border-color css
<style>
span { border-color: #63ECD0; }
span { border-color: rgb(99,236,208); }
td.TdClassName
{
border-color: #63ECD0;
}
.TagClassName
{
border-color: #63ECD0;
}
</style>