Shades of Downy #63EEBE
Tints of Downy #63EEBE
RGB
CMYK
RGB Variations
Color information
#63EEBE (or 0x63EEBE) is known color: Downy. HEX triplet: 63, EE and BE. RGB value is (99,238,190). Sum of RGB (Red+Green+Blue) = 99+238+190=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEBE is #9C1141. Grayscale: #BFBFBF. Windows color (decimal): -10228034 or 12512867. OLE color: 12512867.
HSL color Cylindrical-coordinate representation of color #63EEBE: hue angle of 159.28º 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 #63EEBE is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 190 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 159.28º | 0.8% | 0.66% | - |
| HSV(B) | 159.28º | 0.58% | 0.93% | - |
| XYZ | 45.01 | 67.52 | 59.38 | - |
| YUV | 190.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 190 | 0.58 | 0 | 0.20 | 0.07 | 159.28 | 0.8 | 0.66 |
| Hex | 63 | EE | BE | 3A | 0 | 14 | 7 | 9F | 50 | 42 |
| Octal | 143 | 356 | 276 | 72 | 0 | 24 | 7 | 237 | 120 | 102 |
| Binary | 1100011 | 11101110 | 10111110 | 111010 | 0 | 10100 | 111 | 10011111 | 1010000 | 1000010 |
Color Harmonies of #63EEBE
Complementary color
Monochromatic Colors of #63EEBE
Black with #63EEBE
Text Example
Text Example
White with #63EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEBE; }
p { color: rgb(99,238,190); }
H1.HeaderClassName
{
color: #63EEBE;
}
.AnyTagClassName
{
color: #63EEBE;
}
</style>
background-color css
<style>
a { background-color: #63EEBE; }
a { background-color: rgb(99,238,190); }
div.DivClassName
{
background-color: #63EEBE;
}
.BgClassName
{
background-color: #63EEBE;
}
</style>
border-color css
<style>
span { border-color: #63EEBE; }
span { border-color: rgb(99,238,190); }
td.TdClassName
{
border-color: #63EEBE;
}
.TagClassName
{
border-color: #63EEBE;
}
</style>