Shades of Aquamarine #63FEDD
Tints of Aquamarine #63FEDD
RGB
CMYK
RGB Variations
Color information
#63FEDD (or 0x63FEDD) is known color: Aquamarine. HEX triplet: 63, FE and DD. RGB value is (99,254,221). Sum of RGB (Red+Green+Blue) = 99+254+221=574 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.25% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEDD is #9C0122. Grayscale: #CBCBCB. Windows color (decimal): -10223907 or 14548579. OLE color: 14548579.
HSL color Cylindrical-coordinate representation of color #63FEDD: hue angle of 167.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FEDD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 221 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.00 |
| HSL | 167.23º | 0.99% | 0.69% | - |
| HSV(B) | 167.23º | 0.61% | 1% | - |
| XYZ | 53.64 | 78.76 | 80.78 | - |
| YUV | 203.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 221 | 0.61 | 0 | 0.13 | 0.00 | 167.23 | 0.99 | 0.69 |
| Hex | 63 | FE | DD | 3D | 0 | D | 0 | A7 | 63 | 45 |
| Octal | 143 | 376 | 335 | 75 | 0 | 15 | 0 | 247 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11011101 | 111101 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #63FEDD
Complementary color
Monochromatic Colors of #63FEDD
Black with #63FEDD
Text Example
Text Example
White with #63FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEDD; }
p { color: rgb(99,254,221); }
H1.HeaderClassName
{
color: #63FEDD;
}
.AnyTagClassName
{
color: #63FEDD;
}
</style>
background-color css
<style>
a { background-color: #63FEDD; }
a { background-color: rgb(99,254,221); }
div.DivClassName
{
background-color: #63FEDD;
}
.BgClassName
{
background-color: #63FEDD;
}
</style>
border-color css
<style>
span { border-color: #63FEDD; }
span { border-color: rgb(99,254,221); }
td.TdClassName
{
border-color: #63FEDD;
}
.TagClassName
{
border-color: #63FEDD;
}
</style>