Shades of Aquamarine #63FFCD
Tints of Aquamarine #63FFCD
RGB
CMYK
RGB Variations
Color information
#63FFCD (or 0x63FFCD) is known color: Aquamarine. HEX triplet: 63, FF and CD. RGB value is (99,255,205). Sum of RGB (Red+Green+Blue) = 99+255+205=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFCD is #9C0032. Grayscale: #CACACA. Windows color (decimal): -10223667 or 13500259. OLE color: 13500259.
HSL color Cylindrical-coordinate representation of color #63FFCD: hue angle of 160.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFCD is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 205 | - |
| CMYK | 0.61 | 0 | 0.20 | 0 |
| HSL | 160.77º | 1% | 0.69% | - |
| HSV(B) | 160.77º | 0.61% | 1% | - |
| XYZ | 51.93 | 78.58 | 70.19 | - |
| YUV | 202.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 205 | 0.61 | 0 | 0.20 | 0 | 160.77 | 1 | 0.69 |
| Hex | 63 | FF | CD | 3D | 0 | 14 | 0 | A1 | 64 | 45 |
| Octal | 143 | 377 | 315 | 75 | 0 | 24 | 0 | 241 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11001101 | 111101 | 0 | 10100 | 0 | 10100001 | 1100100 | 1000101 |
Color Harmonies of #63FFCD
Complementary color
Monochromatic Colors of #63FFCD
Black with #63FFCD
Text Example
Text Example
White with #63FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFCD; }
p { color: rgb(99,255,205); }
H1.HeaderClassName
{
color: #63FFCD;
}
.AnyTagClassName
{
color: #63FFCD;
}
</style>
background-color css
<style>
a { background-color: #63FFCD; }
a { background-color: rgb(99,255,205); }
div.DivClassName
{
background-color: #63FFCD;
}
.BgClassName
{
background-color: #63FFCD;
}
</style>
border-color css
<style>
span { border-color: #63FFCD; }
span { border-color: rgb(99,255,205); }
td.TdClassName
{
border-color: #63FFCD;
}
.TagClassName
{
border-color: #63FFCD;
}
</style>