Shades of Aquamarine #63FAD3
Tints of Aquamarine #63FAD3
RGB
CMYK
RGB Variations
Color information
#63FAD3 (or 0x63FAD3) is known color: Aquamarine. HEX triplet: 63, FA and D3. RGB value is (99,250,211). Sum of RGB (Red+Green+Blue) = 99+250+211=560 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.68% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAD3 is #9C052C. Grayscale: #C8C8C8. Windows color (decimal): -10224941 or 13892195. OLE color: 13892195.
HSL color Cylindrical-coordinate representation of color #63FAD3: hue angle of 164.5º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAD3 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 211 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.02 |
| HSL | 164.5º | 0.94% | 0.68% | - |
| HSV(B) | 164.5º | 0.6% | 0.98% | - |
| XYZ | 51.09 | 75.73 | 73.55 | - |
| YUV | 200.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 211 | 0.60 | 0 | 0.16 | 0.02 | 164.5 | 0.94 | 0.68 |
| Hex | 63 | FA | D3 | 3C | 0 | 10 | 2 | A5 | 5E | 44 |
| Octal | 143 | 372 | 323 | 74 | 0 | 20 | 2 | 245 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11010011 | 111100 | 0 | 10000 | 10 | 10100101 | 1011110 | 1000100 |
Color Harmonies of #63FAD3
Complementary color
Monochromatic Colors of #63FAD3
Black with #63FAD3
Text Example
Text Example
White with #63FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAD3; }
p { color: rgb(99,250,211); }
H1.HeaderClassName
{
color: #63FAD3;
}
.AnyTagClassName
{
color: #63FAD3;
}
</style>
background-color css
<style>
a { background-color: #63FAD3; }
a { background-color: rgb(99,250,211); }
div.DivClassName
{
background-color: #63FAD3;
}
.BgClassName
{
background-color: #63FAD3;
}
</style>
border-color css
<style>
span { border-color: #63FAD3; }
span { border-color: rgb(99,250,211); }
td.TdClassName
{
border-color: #63FAD3;
}
.TagClassName
{
border-color: #63FAD3;
}
</style>