Shades of Aquamarine #63FFD2
Tints of Aquamarine #63FFD2
RGB
CMYK
RGB Variations
Color information
#63FFD2 (or 0x63FFD2) is known color: Aquamarine. HEX triplet: 63, FF and D2. RGB value is (99,255,210). Sum of RGB (Red+Green+Blue) = 99+255+210=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFD2 is #9C002D. Grayscale: #CBCBCB. Windows color (decimal): -10223662 or 13827939. OLE color: 13827939.
HSL color Cylindrical-coordinate representation of color #63FFD2: hue angle of 162.69º 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 #63FFD2 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 210 | - |
| CMYK | 0.61 | 0 | 0.18 | 0 |
| HSL | 162.69º | 1% | 0.69% | - |
| HSV(B) | 162.69º | 0.61% | 1% | - |
| XYZ | 52.54 | 78.83 | 73.42 | - |
| YUV | 203.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 210 | 0.61 | 0 | 0.18 | 0 | 162.69 | 1 | 0.69 |
| Hex | 63 | FF | D2 | 3D | 0 | 12 | 0 | A3 | 64 | 45 |
| Octal | 143 | 377 | 322 | 75 | 0 | 22 | 0 | 243 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11010010 | 111101 | 0 | 10010 | 0 | 10100011 | 1100100 | 1000101 |
Color Harmonies of #63FFD2
Complementary color
Monochromatic Colors of #63FFD2
Black with #63FFD2
Text Example
Text Example
White with #63FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFD2; }
p { color: rgb(99,255,210); }
H1.HeaderClassName
{
color: #63FFD2;
}
.AnyTagClassName
{
color: #63FFD2;
}
</style>
background-color css
<style>
a { background-color: #63FFD2; }
a { background-color: rgb(99,255,210); }
div.DivClassName
{
background-color: #63FFD2;
}
.BgClassName
{
background-color: #63FFD2;
}
</style>
border-color css
<style>
span { border-color: #63FFD2; }
span { border-color: rgb(99,255,210); }
td.TdClassName
{
border-color: #63FFD2;
}
.TagClassName
{
border-color: #63FFD2;
}
</style>