Shades of Medium Aquamarine #63DDB6
Tints of Medium Aquamarine #63DDB6
RGB
CMYK
RGB Variations
Color information
#63DDB6 (or 0x63DDB6) is known color: Medium Aquamarine. HEX triplet: 63, DD and B6. RGB value is (99,221,182). Sum of RGB (Red+Green+Blue) = 99+221+182=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDB6 is #9C2249. Grayscale: #B4B4B4. Windows color (decimal): -10232394 or 11984227. OLE color: 11984227.
HSL color Cylindrical-coordinate representation of color #63DDB6: hue angle of 160.82º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDB6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 182 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.13 |
| HSL | 160.82º | 0.64% | 0.63% | - |
| HSV(B) | 160.82º | 0.55% | 0.87% | - |
| XYZ | 39.45 | 57.74 | 53.32 | - |
| YUV | 180.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 182 | 0.55 | 0 | 0.18 | 0.13 | 160.82 | 0.64 | 0.63 |
| Hex | 63 | DD | B6 | 37 | 0 | 12 | D | A1 | 40 | 3F |
| Octal | 143 | 335 | 266 | 67 | 0 | 22 | 15 | 241 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10110110 | 110111 | 0 | 10010 | 1101 | 10100001 | 1000000 | 111111 |
Color Harmonies of #63DDB6
Complementary color
Monochromatic Colors of #63DDB6
Black with #63DDB6
Text Example
Text Example
White with #63DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDB6; }
p { color: rgb(99,221,182); }
H1.HeaderClassName
{
color: #63DDB6;
}
.AnyTagClassName
{
color: #63DDB6;
}
</style>
background-color css
<style>
a { background-color: #63DDB6; }
a { background-color: rgb(99,221,182); }
div.DivClassName
{
background-color: #63DDB6;
}
.BgClassName
{
background-color: #63DDB6;
}
</style>
border-color css
<style>
span { border-color: #63DDB6; }
span { border-color: rgb(99,221,182); }
td.TdClassName
{
border-color: #63DDB6;
}
.TagClassName
{
border-color: #63DDB6;
}
</style>