Shades of Medium Aquamarine #63DB9B
Tints of Medium Aquamarine #63DB9B
RGB
CMYK
RGB Variations
Color information
#63DB9B (or 0x63DB9B) is known color: Medium Aquamarine. HEX triplet: 63, DB and 9B. RGB value is (99,219,155). Sum of RGB (Red+Green+Blue) = 99+219+155=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #63DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DB9B is #9C2464. Grayscale: #AFAFAF. Windows color (decimal): -10232933 or 10214243. OLE color: 10214243.
HSL color Cylindrical-coordinate representation of color #63DB9B: hue angle of 148º 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 #63DB9B is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 155 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.14 |
| HSL | 148º | 0.63% | 0.62% | - |
| HSV(B) | 148º | 0.55% | 0.86% | - |
| XYZ | 36.39 | 55.68 | 39.84 | - |
| YUV | 175.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 155 | 0.55 | 0 | 0.29 | 0.14 | 148 | 0.63 | 0.62 |
| Hex | 63 | DB | 9B | 37 | 0 | 1D | E | 94 | 3E | 3E |
| Octal | 143 | 333 | 233 | 67 | 0 | 35 | 16 | 224 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10011011 | 110111 | 0 | 11101 | 1110 | 10010100 | 111110 | 111110 |
Color Harmonies of #63DB9B
Complementary color
Monochromatic Colors of #63DB9B
Black with #63DB9B
Text Example
Text Example
White with #63DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DB9B; }
p { color: rgb(99,219,155); }
H1.HeaderClassName
{
color: #63DB9B;
}
.AnyTagClassName
{
color: #63DB9B;
}
</style>
background-color css
<style>
a { background-color: #63DB9B; }
a { background-color: rgb(99,219,155); }
div.DivClassName
{
background-color: #63DB9B;
}
.BgClassName
{
background-color: #63DB9B;
}
</style>
border-color css
<style>
span { border-color: #63DB9B; }
span { border-color: rgb(99,219,155); }
td.TdClassName
{
border-color: #63DB9B;
}
.TagClassName
{
border-color: #63DB9B;
}
</style>