Shades of Medium Aquamarine #63DBAC
Tints of Medium Aquamarine #63DBAC
RGB
CMYK
RGB Variations
Color information
#63DBAC (or 0x63DBAC) is known color: Medium Aquamarine. HEX triplet: 63, DB and AC. RGB value is (99,219,172). Sum of RGB (Red+Green+Blue) = 99+219+172=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DBAC is #9C2453. Grayscale: #B1B1B1. Windows color (decimal): -10232916 or 11328355. OLE color: 11328355.
HSL color Cylindrical-coordinate representation of color #63DBAC: hue angle of 156.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 #63DBAC is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 172 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.14 |
| HSL | 156.5º | 0.63% | 0.62% | - |
| HSV(B) | 156.5º | 0.55% | 0.86% | - |
| XYZ | 37.92 | 56.29 | 47.9 | - |
| YUV | 177.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 172 | 0.55 | 0 | 0.21 | 0.14 | 156.5 | 0.63 | 0.62 |
| Hex | 63 | DB | AC | 37 | 0 | 15 | E | 9C | 3E | 3E |
| Octal | 143 | 333 | 254 | 67 | 0 | 25 | 16 | 234 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10101100 | 110111 | 0 | 10101 | 1110 | 10011100 | 111110 | 111110 |
Color Harmonies of #63DBAC
Complementary color
Monochromatic Colors of #63DBAC
Black with #63DBAC
Text Example
Text Example
White with #63DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBAC; }
p { color: rgb(99,219,172); }
H1.HeaderClassName
{
color: #63DBAC;
}
.AnyTagClassName
{
color: #63DBAC;
}
</style>
background-color css
<style>
a { background-color: #63DBAC; }
a { background-color: rgb(99,219,172); }
div.DivClassName
{
background-color: #63DBAC;
}
.BgClassName
{
background-color: #63DBAC;
}
</style>
border-color css
<style>
span { border-color: #63DBAC; }
span { border-color: rgb(99,219,172); }
td.TdClassName
{
border-color: #63DBAC;
}
.TagClassName
{
border-color: #63DBAC;
}
</style>