Shades of Downy #63ECB7
Tints of Downy #63ECB7
RGB
CMYK
RGB Variations
Color information
#63ECB7 (or 0x63ECB7) is known color: Downy. HEX triplet: 63, EC and B7. RGB value is (99,236,183). Sum of RGB (Red+Green+Blue) = 99+236+183=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECB7 is #9C1348. Grayscale: #BDBDBD. Windows color (decimal): -10228553 or 12053603. OLE color: 12053603.
HSL color Cylindrical-coordinate representation of color #63ECB7: hue angle of 156.79º 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 #63ECB7 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 183 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.07 |
| HSL | 156.79º | 0.78% | 0.66% | - |
| HSV(B) | 156.79º | 0.58% | 0.93% | - |
| XYZ | 43.69 | 66.06 | 55.25 | - |
| YUV | 189 | 124.61 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 183 | 0.58 | 0 | 0.22 | 0.07 | 156.79 | 0.78 | 0.66 |
| Hex | 63 | EC | B7 | 3A | 0 | 16 | 7 | 9D | 4E | 42 |
| Octal | 143 | 354 | 267 | 72 | 0 | 26 | 7 | 235 | 116 | 102 |
| Binary | 1100011 | 11101100 | 10110111 | 111010 | 0 | 10110 | 111 | 10011101 | 1001110 | 1000010 |
Color Harmonies of #63ECB7
Complementary color
Monochromatic Colors of #63ECB7
Black with #63ECB7
Text Example
Text Example
White with #63ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECB7; }
p { color: rgb(99,236,183); }
H1.HeaderClassName
{
color: #63ECB7;
}
.AnyTagClassName
{
color: #63ECB7;
}
</style>
background-color css
<style>
a { background-color: #63ECB7; }
a { background-color: rgb(99,236,183); }
div.DivClassName
{
background-color: #63ECB7;
}
.BgClassName
{
background-color: #63ECB7;
}
</style>
border-color css
<style>
span { border-color: #63ECB7; }
span { border-color: rgb(99,236,183); }
td.TdClassName
{
border-color: #63ECB7;
}
.TagClassName
{
border-color: #63ECB7;
}
</style>