Shades of Medium Aquamarine #63DD97
Tints of Medium Aquamarine #63DD97
RGB
CMYK
RGB Variations
Color information
#63DD97 (or 0x63DD97) is known color: Medium Aquamarine. HEX triplet: 63, DD and 97. RGB value is (99,221,151). Sum of RGB (Red+Green+Blue) = 99+221+151=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DD97 is #9C2268. Grayscale: #B0B0B0. Windows color (decimal): -10232425 or 9952611. OLE color: 9952611.
HSL color Cylindrical-coordinate representation of color #63DD97: hue angle of 145.57º 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 #63DD97 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 151 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.13 |
| HSL | 145.57º | 0.64% | 0.63% | - |
| HSV(B) | 145.57º | 0.55% | 0.87% | - |
| XYZ | 36.59 | 56.6 | 38.27 | - |
| YUV | 176.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 151 | 0.55 | 0 | 0.32 | 0.13 | 145.57 | 0.64 | 0.63 |
| Hex | 63 | DD | 97 | 37 | 0 | 20 | D | 92 | 40 | 3F |
| Octal | 143 | 335 | 227 | 67 | 0 | 40 | 15 | 222 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10010111 | 110111 | 0 | 100000 | 1101 | 10010010 | 1000000 | 111111 |
Color Harmonies of #63DD97
Complementary color
Monochromatic Colors of #63DD97
Black with #63DD97
Text Example
Text Example
White with #63DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD97; }
p { color: rgb(99,221,151); }
H1.HeaderClassName
{
color: #63DD97;
}
.AnyTagClassName
{
color: #63DD97;
}
</style>
background-color css
<style>
a { background-color: #63DD97; }
a { background-color: rgb(99,221,151); }
div.DivClassName
{
background-color: #63DD97;
}
.BgClassName
{
background-color: #63DD97;
}
</style>
border-color css
<style>
span { border-color: #63DD97; }
span { border-color: rgb(99,221,151); }
td.TdClassName
{
border-color: #63DD97;
}
.TagClassName
{
border-color: #63DD97;
}
</style>