Shades of Aquamarine #63FDCD
Tints of Aquamarine #63FDCD
RGB
CMYK
RGB Variations
Color information
#63FDCD (or 0x63FDCD) is known color: Aquamarine. HEX triplet: 63, FD and CD. RGB value is (99,253,205). Sum of RGB (Red+Green+Blue) = 99+253+205=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FDCD is #9C0232. Grayscale: #C9C9C9. Windows color (decimal): -10224179 or 13499747. OLE color: 13499747.
HSL color Cylindrical-coordinate representation of color #63FDCD: hue angle of 161.3º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FDCD is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 205 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.01 |
| HSL | 161.3º | 0.97% | 0.69% | - |
| HSV(B) | 161.3º | 0.61% | 0.99% | - |
| XYZ | 51.29 | 77.31 | 69.98 | - |
| YUV | 201.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 205 | 0.61 | 0 | 0.19 | 0.01 | 161.3 | 0.97 | 0.69 |
| Hex | 63 | FD | CD | 3D | 0 | 13 | 1 | A1 | 61 | 45 |
| Octal | 143 | 375 | 315 | 75 | 0 | 23 | 1 | 241 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11001101 | 111101 | 0 | 10011 | 1 | 10100001 | 1100001 | 1000101 |
Color Harmonies of #63FDCD
Complementary color
Monochromatic Colors of #63FDCD
Black with #63FDCD
Text Example
Text Example
White with #63FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDCD; }
p { color: rgb(99,253,205); }
H1.HeaderClassName
{
color: #63FDCD;
}
.AnyTagClassName
{
color: #63FDCD;
}
</style>
background-color css
<style>
a { background-color: #63FDCD; }
a { background-color: rgb(99,253,205); }
div.DivClassName
{
background-color: #63FDCD;
}
.BgClassName
{
background-color: #63FDCD;
}
</style>
border-color css
<style>
span { border-color: #63FDCD; }
span { border-color: rgb(99,253,205); }
td.TdClassName
{
border-color: #63FDCD;
}
.TagClassName
{
border-color: #63FDCD;
}
</style>