Shades of Downy #63EEBF
Tints of Downy #63EEBF
RGB
CMYK
RGB Variations
Color information
#63EEBF (or 0x63EEBF) is known color: Downy. HEX triplet: 63, EE and BF. RGB value is (99,238,191). Sum of RGB (Red+Green+Blue) = 99+238+191=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEBF is #9C1140. Grayscale: #BFBFBF. Windows color (decimal): -10228033 or 12578403. OLE color: 12578403.
HSL color Cylindrical-coordinate representation of color #63EEBF: hue angle of 159.71º degrees, saturation: 0.8, 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 #63EEBF is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 191 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 159.71º | 0.8% | 0.66% | - |
| HSV(B) | 159.71º | 0.58% | 0.93% | - |
| XYZ | 45.12 | 67.56 | 59.95 | - |
| YUV | 191.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 191 | 0.58 | 0 | 0.20 | 0.07 | 159.71 | 0.8 | 0.66 |
| Hex | 63 | EE | BF | 3A | 0 | 14 | 7 | A0 | 50 | 42 |
| Octal | 143 | 356 | 277 | 72 | 0 | 24 | 7 | 240 | 120 | 102 |
| Binary | 1100011 | 11101110 | 10111111 | 111010 | 0 | 10100 | 111 | 10100000 | 1010000 | 1000010 |
Color Harmonies of #63EEBF
Complementary color
Monochromatic Colors of #63EEBF
Black with #63EEBF
Text Example
Text Example
White with #63EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEBF; }
p { color: rgb(99,238,191); }
H1.HeaderClassName
{
color: #63EEBF;
}
.AnyTagClassName
{
color: #63EEBF;
}
</style>
background-color css
<style>
a { background-color: #63EEBF; }
a { background-color: rgb(99,238,191); }
div.DivClassName
{
background-color: #63EEBF;
}
.BgClassName
{
background-color: #63EEBF;
}
</style>
border-color css
<style>
span { border-color: #63EEBF; }
span { border-color: rgb(99,238,191); }
td.TdClassName
{
border-color: #63EEBF;
}
.TagClassName
{
border-color: #63EEBF;
}
</style>