Shades of Medium Aquamarine #63DB98
Tints of Medium Aquamarine #63DB98
RGB
CMYK
RGB Variations
Color information
#63DB98 (or 0x63DB98) is known color: Medium Aquamarine. HEX triplet: 63, DB and 98. RGB value is (99,219,152). Sum of RGB (Red+Green+Blue) = 99+219+152=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #63DB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DB98 is #9C2467. Grayscale: #AFAFAF. Windows color (decimal): -10232936 or 10017635. OLE color: 10017635.
HSL color Cylindrical-coordinate representation of color #63DB98: hue angle of 146.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DB98 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 152 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.14 |
| HSL | 146.5º | 0.63% | 0.62% | - |
| HSV(B) | 146.5º | 0.55% | 0.86% | - |
| XYZ | 36.14 | 55.58 | 38.53 | - |
| YUV | 175.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 152 | 0.55 | 0 | 0.31 | 0.14 | 146.5 | 0.63 | 0.62 |
| Hex | 63 | DB | 98 | 37 | 0 | 1F | E | 92 | 3E | 3E |
| Octal | 143 | 333 | 230 | 67 | 0 | 37 | 16 | 222 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10011000 | 110111 | 0 | 11111 | 1110 | 10010010 | 111110 | 111110 |
Color Harmonies of #63DB98
Complementary color
Monochromatic Colors of #63DB98
Black with #63DB98
Text Example
Text Example
White with #63DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DB98; }
p { color: rgb(99,219,152); }
H1.HeaderClassName
{
color: #63DB98;
}
.AnyTagClassName
{
color: #63DB98;
}
</style>
background-color css
<style>
a { background-color: #63DB98; }
a { background-color: rgb(99,219,152); }
div.DivClassName
{
background-color: #63DB98;
}
.BgClassName
{
background-color: #63DB98;
}
</style>
border-color css
<style>
span { border-color: #63DB98; }
span { border-color: rgb(99,219,152); }
td.TdClassName
{
border-color: #63DB98;
}
.TagClassName
{
border-color: #63DB98;
}
</style>