Shades of Medium Aquamarine #63DAB5
Tints of Medium Aquamarine #63DAB5
RGB
CMYK
RGB Variations
Color information
#63DAB5 (or 0x63DAB5) is known color: Medium Aquamarine. HEX triplet: 63, DA and B5. RGB value is (99,218,181). Sum of RGB (Red+Green+Blue) = 99+218+181=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAB5 is #9C254A. Grayscale: #B2B2B2. Windows color (decimal): -10233163 or 11917923. OLE color: 11917923.
HSL color Cylindrical-coordinate representation of color #63DAB5: hue angle of 161.34º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DAB5 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 181 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.15 |
| HSL | 161.34º | 0.62% | 0.62% | - |
| HSV(B) | 161.34º | 0.55% | 0.85% | - |
| XYZ | 38.56 | 56.13 | 52.52 | - |
| YUV | 178.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 181 | 0.55 | 0 | 0.17 | 0.15 | 161.34 | 0.62 | 0.62 |
| Hex | 63 | DA | B5 | 37 | 0 | 11 | F | A1 | 3E | 3E |
| Octal | 143 | 332 | 265 | 67 | 0 | 21 | 17 | 241 | 76 | 76 |
| Binary | 1100011 | 11011010 | 10110101 | 110111 | 0 | 10001 | 1111 | 10100001 | 111110 | 111110 |
Color Harmonies of #63DAB5
Complementary color
Monochromatic Colors of #63DAB5
Black with #63DAB5
Text Example
Text Example
White with #63DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAB5; }
p { color: rgb(99,218,181); }
H1.HeaderClassName
{
color: #63DAB5;
}
.AnyTagClassName
{
color: #63DAB5;
}
</style>
background-color css
<style>
a { background-color: #63DAB5; }
a { background-color: rgb(99,218,181); }
div.DivClassName
{
background-color: #63DAB5;
}
.BgClassName
{
background-color: #63DAB5;
}
</style>
border-color css
<style>
span { border-color: #63DAB5; }
span { border-color: rgb(99,218,181); }
td.TdClassName
{
border-color: #63DAB5;
}
.TagClassName
{
border-color: #63DAB5;
}
</style>