Shades of Medium Aquamarine #63FDA0
Tints of Medium Aquamarine #63FDA0
RGB
CMYK
RGB Variations
Color information
#63FDA0 (or 0x63FDA0) is known color: Medium Aquamarine. HEX triplet: 63, FD and A0. RGB value is (99,253,160). Sum of RGB (Red+Green+Blue) = 99+253+160=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FDA0 is #9C025F. Grayscale: #C4C4C4. Windows color (decimal): -10224224 or 10550627. OLE color: 10550627.
HSL color Cylindrical-coordinate representation of color #63FDA0: hue angle of 143.77º 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 #63FDA0 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 160 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.01 |
| HSL | 143.77º | 0.97% | 0.69% | - |
| HSV(B) | 143.77º | 0.61% | 0.99% | - |
| XYZ | 46.62 | 75.44 | 45.36 | - |
| YUV | 196.35 | 107.48 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 160 | 0.61 | 0 | 0.37 | 0.01 | 143.77 | 0.97 | 0.69 |
| Hex | 63 | FD | A0 | 3D | 0 | 25 | 1 | 90 | 61 | 45 |
| Octal | 143 | 375 | 240 | 75 | 0 | 45 | 1 | 220 | 141 | 105 |
| Binary | 1100011 | 11111101 | 10100000 | 111101 | 0 | 100101 | 1 | 10010000 | 1100001 | 1000101 |
Color Harmonies of #63FDA0
Complementary color
Monochromatic Colors of #63FDA0
Black with #63FDA0
Text Example
Text Example
White with #63FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDA0; }
p { color: rgb(99,253,160); }
H1.HeaderClassName
{
color: #63FDA0;
}
.AnyTagClassName
{
color: #63FDA0;
}
</style>
background-color css
<style>
a { background-color: #63FDA0; }
a { background-color: rgb(99,253,160); }
div.DivClassName
{
background-color: #63FDA0;
}
.BgClassName
{
background-color: #63FDA0;
}
</style>
border-color css
<style>
span { border-color: #63FDA0; }
span { border-color: rgb(99,253,160); }
td.TdClassName
{
border-color: #63FDA0;
}
.TagClassName
{
border-color: #63FDA0;
}
</style>