Shades of Downy #63ECBF
Tints of Downy #63ECBF
RGB
CMYK
RGB Variations
Color information
#63ECBF (or 0x63ECBF) is known color: Downy. HEX triplet: 63, EC and BF. RGB value is (99,236,191). Sum of RGB (Red+Green+Blue) = 99+236+191=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECBF is #9C1340. Grayscale: #BDBDBD. Windows color (decimal): -10228545 or 12577891. OLE color: 12577891.
HSL color Cylindrical-coordinate representation of color #63ECBF: hue angle of 160.29º 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 #63ECBF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 191 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.07 |
| HSL | 160.29º | 0.78% | 0.66% | - |
| HSV(B) | 160.29º | 0.58% | 0.93% | - |
| XYZ | 44.55 | 66.41 | 59.76 | - |
| YUV | 189.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 191 | 0.58 | 0 | 0.19 | 0.07 | 160.29 | 0.78 | 0.66 |
| Hex | 63 | EC | BF | 3A | 0 | 13 | 7 | A0 | 4E | 42 |
| Octal | 143 | 354 | 277 | 72 | 0 | 23 | 7 | 240 | 116 | 102 |
| Binary | 1100011 | 11101100 | 10111111 | 111010 | 0 | 10011 | 111 | 10100000 | 1001110 | 1000010 |
Color Harmonies of #63ECBF
Complementary color
Monochromatic Colors of #63ECBF
Black with #63ECBF
Text Example
Text Example
White with #63ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECBF; }
p { color: rgb(99,236,191); }
H1.HeaderClassName
{
color: #63ECBF;
}
.AnyTagClassName
{
color: #63ECBF;
}
</style>
background-color css
<style>
a { background-color: #63ECBF; }
a { background-color: rgb(99,236,191); }
div.DivClassName
{
background-color: #63ECBF;
}
.BgClassName
{
background-color: #63ECBF;
}
</style>
border-color css
<style>
span { border-color: #63ECBF; }
span { border-color: rgb(99,236,191); }
td.TdClassName
{
border-color: #63ECBF;
}
.TagClassName
{
border-color: #63ECBF;
}
</style>