Shades of Aquamarine #63FCDD
Tints of Aquamarine #63FCDD
RGB
CMYK
RGB Variations
Color information
#63FCDD (or 0x63FCDD) is known color: Aquamarine. HEX triplet: 63, FC and DD. RGB value is (99,252,221). Sum of RGB (Red+Green+Blue) = 99+252+221=572 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.31% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCDD is #9C0322. Grayscale: #CACACA. Windows color (decimal): -10224419 or 14548067. OLE color: 14548067.
HSL color Cylindrical-coordinate representation of color #63FCDD: hue angle of 167.84º degrees, saturation: 0.96, 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 #63FCDD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 221 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.01 |
| HSL | 167.84º | 0.96% | 0.69% | - |
| HSV(B) | 167.84º | 0.61% | 0.99% | - |
| XYZ | 53.01 | 77.49 | 80.57 | - |
| YUV | 202.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 221 | 0.61 | 0 | 0.12 | 0.01 | 167.84 | 0.96 | 0.69 |
| Hex | 63 | FC | DD | 3D | 0 | C | 1 | A8 | 60 | 45 |
| Octal | 143 | 374 | 335 | 75 | 0 | 14 | 1 | 250 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11011101 | 111101 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000101 |
Color Harmonies of #63FCDD
Complementary color
Monochromatic Colors of #63FCDD
Black with #63FCDD
Text Example
Text Example
White with #63FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCDD; }
p { color: rgb(99,252,221); }
H1.HeaderClassName
{
color: #63FCDD;
}
.AnyTagClassName
{
color: #63FCDD;
}
</style>
background-color css
<style>
a { background-color: #63FCDD; }
a { background-color: rgb(99,252,221); }
div.DivClassName
{
background-color: #63FCDD;
}
.BgClassName
{
background-color: #63FCDD;
}
</style>
border-color css
<style>
span { border-color: #63FCDD; }
span { border-color: rgb(99,252,221); }
td.TdClassName
{
border-color: #63FCDD;
}
.TagClassName
{
border-color: #63FCDD;
}
</style>