Shades of Aquamarine #63FAB5
Tints of Aquamarine #63FAB5
RGB
CMYK
RGB Variations
Color information
#63FAB5 (or 0x63FAB5) is known color: Aquamarine. HEX triplet: 63, FA and B5. RGB value is (99,250,181). Sum of RGB (Red+Green+Blue) = 99+250+181=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAB5 is #9C054A. Grayscale: #C5C5C5. Windows color (decimal): -10224971 or 11926115. OLE color: 11926115.
HSL color Cylindrical-coordinate representation of color #63FAB5: hue angle of 152.58º 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 #63FAB5 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 181 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.02 |
| HSL | 152.58º | 0.94% | 0.68% | - |
| HSV(B) | 152.58º | 0.6% | 0.98% | - |
| XYZ | 47.67 | 74.36 | 55.56 | - |
| YUV | 196.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 181 | 0.60 | 0 | 0.28 | 0.02 | 152.58 | 0.94 | 0.68 |
| Hex | 63 | FA | B5 | 3C | 0 | 1C | 2 | 99 | 5E | 44 |
| Octal | 143 | 372 | 265 | 74 | 0 | 34 | 2 | 231 | 136 | 104 |
| Binary | 1100011 | 11111010 | 10110101 | 111100 | 0 | 11100 | 10 | 10011001 | 1011110 | 1000100 |
Color Harmonies of #63FAB5
Complementary color
Monochromatic Colors of #63FAB5
Black with #63FAB5
Text Example
Text Example
White with #63FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAB5; }
p { color: rgb(99,250,181); }
H1.HeaderClassName
{
color: #63FAB5;
}
.AnyTagClassName
{
color: #63FAB5;
}
</style>
background-color css
<style>
a { background-color: #63FAB5; }
a { background-color: rgb(99,250,181); }
div.DivClassName
{
background-color: #63FAB5;
}
.BgClassName
{
background-color: #63FAB5;
}
</style>
border-color css
<style>
span { border-color: #63FAB5; }
span { border-color: rgb(99,250,181); }
td.TdClassName
{
border-color: #63FAB5;
}
.TagClassName
{
border-color: #63FAB5;
}
</style>