Shades of Medium Aquamarine #63DD99
Tints of Medium Aquamarine #63DD99
RGB
CMYK
RGB Variations
Color information
#63DD99 (or 0x63DD99) is known color: Medium Aquamarine. HEX triplet: 63, DD and 99. RGB value is (99,221,153). Sum of RGB (Red+Green+Blue) = 99+221+153=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DD99 is #9C2266. Grayscale: #B0B0B0. Windows color (decimal): -10232423 or 10083683. OLE color: 10083683.
HSL color Cylindrical-coordinate representation of color #63DD99: hue angle of 146.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DD99 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 153 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.13 |
| HSL | 146.56º | 0.64% | 0.63% | - |
| HSV(B) | 146.56º | 0.55% | 0.87% | - |
| XYZ | 36.75 | 56.67 | 39.14 | - |
| YUV | 176.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 153 | 0.55 | 0 | 0.31 | 0.13 | 146.56 | 0.64 | 0.63 |
| Hex | 63 | DD | 99 | 37 | 0 | 1F | D | 93 | 40 | 3F |
| Octal | 143 | 335 | 231 | 67 | 0 | 37 | 15 | 223 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10011001 | 110111 | 0 | 11111 | 1101 | 10010011 | 1000000 | 111111 |
Color Harmonies of #63DD99
Complementary color
Monochromatic Colors of #63DD99
Black with #63DD99
Text Example
Text Example
White with #63DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD99; }
p { color: rgb(99,221,153); }
H1.HeaderClassName
{
color: #63DD99;
}
.AnyTagClassName
{
color: #63DD99;
}
</style>
background-color css
<style>
a { background-color: #63DD99; }
a { background-color: rgb(99,221,153); }
div.DivClassName
{
background-color: #63DD99;
}
.BgClassName
{
background-color: #63DD99;
}
</style>
border-color css
<style>
span { border-color: #63DD99; }
span { border-color: rgb(99,221,153); }
td.TdClassName
{
border-color: #63DD99;
}
.TagClassName
{
border-color: #63DD99;
}
</style>