Shades of Aquamarine #63FFD3
Tints of Aquamarine #63FFD3
RGB
CMYK
RGB Variations
Color information
#63FFD3 (or 0x63FFD3) is known color: Aquamarine. HEX triplet: 63, FF and D3. RGB value is (99,255,211). Sum of RGB (Red+Green+Blue) = 99+255+211=565 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.52% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFD3 is #9C002C. Grayscale: #CBCBCB. Windows color (decimal): -10223661 or 13893475. OLE color: 13893475.
HSL color Cylindrical-coordinate representation of color #63FFD3: hue angle of 163.08º 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 #63FFD3 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 211 | - |
| CMYK | 0.61 | 0 | 0.17 | 0 |
| HSL | 163.08º | 1% | 0.69% | - |
| HSV(B) | 163.08º | 0.61% | 1% | - |
| XYZ | 52.66 | 78.88 | 74.08 | - |
| YUV | 203.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 211 | 0.61 | 0 | 0.17 | 0 | 163.08 | 1 | 0.69 |
| Hex | 63 | FF | D3 | 3D | 0 | 11 | 0 | A3 | 64 | 45 |
| Octal | 143 | 377 | 323 | 75 | 0 | 21 | 0 | 243 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11010011 | 111101 | 0 | 10001 | 0 | 10100011 | 1100100 | 1000101 |
Color Harmonies of #63FFD3
Complementary color
Monochromatic Colors of #63FFD3
Black with #63FFD3
Text Example
Text Example
White with #63FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFD3; }
p { color: rgb(99,255,211); }
H1.HeaderClassName
{
color: #63FFD3;
}
.AnyTagClassName
{
color: #63FFD3;
}
</style>
background-color css
<style>
a { background-color: #63FFD3; }
a { background-color: rgb(99,255,211); }
div.DivClassName
{
background-color: #63FFD3;
}
.BgClassName
{
background-color: #63FFD3;
}
</style>
border-color css
<style>
span { border-color: #63FFD3; }
span { border-color: rgb(99,255,211); }
td.TdClassName
{
border-color: #63FFD3;
}
.TagClassName
{
border-color: #63FFD3;
}
</style>