Shades of Aquamarine #63FEBC
Tints of Aquamarine #63FEBC
RGB
CMYK
RGB Variations
Color information
#63FEBC (or 0x63FEBC) is known color: Aquamarine. HEX triplet: 63, FE and BC. RGB value is (99,254,188). Sum of RGB (Red+Green+Blue) = 99+254+188=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEBC is #9C0143. Grayscale: #C8C8C8. Windows color (decimal): -10223940 or 12385891. OLE color: 12385891.
HSL color Cylindrical-coordinate representation of color #63FEBC: hue angle of 154.45º 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 #63FEBC is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 188 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.00 |
| HSL | 154.45º | 0.99% | 0.69% | - |
| HSV(B) | 154.45º | 0.61% | 1% | - |
| XYZ | 49.66 | 77.17 | 59.85 | - |
| YUV | 200.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 188 | 0.61 | 0 | 0.26 | 0.00 | 154.45 | 0.99 | 0.69 |
| Hex | 63 | FE | BC | 3D | 0 | 1A | 0 | 9A | 63 | 45 |
| Octal | 143 | 376 | 274 | 75 | 0 | 32 | 0 | 232 | 143 | 105 |
| Binary | 1100011 | 11111110 | 10111100 | 111101 | 0 | 11010 | 0 | 10011010 | 1100011 | 1000101 |
Color Harmonies of #63FEBC
Complementary color
Monochromatic Colors of #63FEBC
Black with #63FEBC
Text Example
Text Example
White with #63FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEBC; }
p { color: rgb(99,254,188); }
H1.HeaderClassName
{
color: #63FEBC;
}
.AnyTagClassName
{
color: #63FEBC;
}
</style>
background-color css
<style>
a { background-color: #63FEBC; }
a { background-color: rgb(99,254,188); }
div.DivClassName
{
background-color: #63FEBC;
}
.BgClassName
{
background-color: #63FEBC;
}
</style>
border-color css
<style>
span { border-color: #63FEBC; }
span { border-color: rgb(99,254,188); }
td.TdClassName
{
border-color: #63FEBC;
}
.TagClassName
{
border-color: #63FEBC;
}
</style>