Shades of Medium Aquamarine #63DBB2
Tints of Medium Aquamarine #63DBB2
RGB
CMYK
RGB Variations
Color information
#63DBB2 (or 0x63DBB2) is known color: Medium Aquamarine. HEX triplet: 63, DB and B2. RGB value is (99,219,178). Sum of RGB (Red+Green+Blue) = 99+219+178=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DBB2 is #9C244D. Grayscale: #B2B2B2. Windows color (decimal): -10232910 or 11721571. OLE color: 11721571.
HSL color Cylindrical-coordinate representation of color #63DBB2: hue angle of 159.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 #63DBB2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 178 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.14 |
| HSL | 159.5º | 0.63% | 0.62% | - |
| HSV(B) | 159.5º | 0.55% | 0.86% | - |
| XYZ | 38.51 | 56.53 | 51 | - |
| YUV | 178.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 178 | 0.55 | 0 | 0.19 | 0.14 | 159.5 | 0.63 | 0.62 |
| Hex | 63 | DB | B2 | 37 | 0 | 13 | E | A0 | 3E | 3E |
| Octal | 143 | 333 | 262 | 67 | 0 | 23 | 16 | 240 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10110010 | 110111 | 0 | 10011 | 1110 | 10100000 | 111110 | 111110 |
Color Harmonies of #63DBB2
Complementary color
Monochromatic Colors of #63DBB2
Black with #63DBB2
Text Example
Text Example
White with #63DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBB2; }
p { color: rgb(99,219,178); }
H1.HeaderClassName
{
color: #63DBB2;
}
.AnyTagClassName
{
color: #63DBB2;
}
</style>
background-color css
<style>
a { background-color: #63DBB2; }
a { background-color: rgb(99,219,178); }
div.DivClassName
{
background-color: #63DBB2;
}
.BgClassName
{
background-color: #63DBB2;
}
</style>
border-color css
<style>
span { border-color: #63DBB2; }
span { border-color: rgb(99,219,178); }
td.TdClassName
{
border-color: #63DBB2;
}
.TagClassName
{
border-color: #63DBB2;
}
</style>