Shades of Medium Aquamarine #63DBAF
Tints of Medium Aquamarine #63DBAF
RGB
CMYK
RGB Variations
Color information
#63DBAF (or 0x63DBAF) is known color: Medium Aquamarine. HEX triplet: 63, DB and AF. RGB value is (99,219,175). Sum of RGB (Red+Green+Blue) = 99+219+175=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DBAF is #9C2450. Grayscale: #B2B2B2. Windows color (decimal): -10232913 or 11524963. OLE color: 11524963.
HSL color Cylindrical-coordinate representation of color #63DBAF: hue angle of 158º 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 #63DBAF is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 175 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.14 |
| HSL | 158º | 0.63% | 0.62% | - |
| HSV(B) | 158º | 0.55% | 0.86% | - |
| XYZ | 38.21 | 56.41 | 49.43 | - |
| YUV | 178.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 175 | 0.55 | 0 | 0.20 | 0.14 | 158 | 0.63 | 0.62 |
| Hex | 63 | DB | AF | 37 | 0 | 14 | E | 9E | 3E | 3E |
| Octal | 143 | 333 | 257 | 67 | 0 | 24 | 16 | 236 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10101111 | 110111 | 0 | 10100 | 1110 | 10011110 | 111110 | 111110 |
Color Harmonies of #63DBAF
Complementary color
Monochromatic Colors of #63DBAF
Black with #63DBAF
Text Example
Text Example
White with #63DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBAF; }
p { color: rgb(99,219,175); }
H1.HeaderClassName
{
color: #63DBAF;
}
.AnyTagClassName
{
color: #63DBAF;
}
</style>
background-color css
<style>
a { background-color: #63DBAF; }
a { background-color: rgb(99,219,175); }
div.DivClassName
{
background-color: #63DBAF;
}
.BgClassName
{
background-color: #63DBAF;
}
</style>
border-color css
<style>
span { border-color: #63DBAF; }
span { border-color: rgb(99,219,175); }
td.TdClassName
{
border-color: #63DBAF;
}
.TagClassName
{
border-color: #63DBAF;
}
</style>