Shades of Aquamarine #63FEB0
Tints of Aquamarine #63FEB0
RGB
CMYK
RGB Variations
Color information
#63FEB0 (or 0x63FEB0) is known color: Aquamarine. HEX triplet: 63, FE and B0. RGB value is (99,254,176). Sum of RGB (Red+Green+Blue) = 99+254+176=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FEB0 is #9C014F. Grayscale: #C6C6C6. Windows color (decimal): -10223952 or 11599459. OLE color: 11599459.
HSL color Cylindrical-coordinate representation of color #63FEB0: hue angle of 149.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FEB0 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 176 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.00 |
| HSL | 149.81º | 0.99% | 0.69% | - |
| HSV(B) | 149.81º | 0.61% | 1% | - |
| XYZ | 48.42 | 76.67 | 53.32 | - |
| YUV | 198.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 176 | 0.61 | 0 | 0.31 | 0.00 | 149.81 | 0.99 | 0.69 |
| Hex | 63 | FE | B0 | 3D | 0 | 1F | 0 | 96 | 63 | 45 |
| Octal | 143 | 376 | 260 | 75 | 0 | 37 | 0 | 226 | 143 | 105 |
| Binary | 1100011 | 11111110 | 10110000 | 111101 | 0 | 11111 | 0 | 10010110 | 1100011 | 1000101 |
Color Harmonies of #63FEB0
Complementary color
Monochromatic Colors of #63FEB0
Black with #63FEB0
Text Example
Text Example
White with #63FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEB0; }
p { color: rgb(99,254,176); }
H1.HeaderClassName
{
color: #63FEB0;
}
.AnyTagClassName
{
color: #63FEB0;
}
</style>
background-color css
<style>
a { background-color: #63FEB0; }
a { background-color: rgb(99,254,176); }
div.DivClassName
{
background-color: #63FEB0;
}
.BgClassName
{
background-color: #63FEB0;
}
</style>
border-color css
<style>
span { border-color: #63FEB0; }
span { border-color: rgb(99,254,176); }
td.TdClassName
{
border-color: #63FEB0;
}
.TagClassName
{
border-color: #63FEB0;
}
</style>