Shades of Aquamarine #83FEBA
Tints of Aquamarine #83FEBA
RGB
CMYK
RGB Variations
Color information
#83FEBA (or 0x83FEBA) is known color: Aquamarine. HEX triplet: 83, FE and BA. RGB value is (131,254,186). Sum of RGB (Red+Green+Blue) = 131+254+186=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEBA is #7C0145. Grayscale: #D1D1D1. Windows color (decimal): -8126790 or 12254851. OLE color: 12254851.
HSL color Cylindrical-coordinate representation of color #83FEBA: hue angle of 146.83º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FEBA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 186 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.00 |
| HSL | 146.83º | 0.98% | 0.75% | - |
| HSV(B) | 146.83º | 0.48% | 1% | - |
| XYZ | 53.66 | 79.25 | 58.92 | - |
| YUV | 209.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 186 | 0.48 | 0 | 0.27 | 0.00 | 146.83 | 0.98 | 0.75 |
| Hex | 83 | FE | BA | 30 | 0 | 1B | 0 | 93 | 62 | 4B |
| Octal | 203 | 376 | 272 | 60 | 0 | 33 | 0 | 223 | 142 | 113 |
| Binary | 10000011 | 11111110 | 10111010 | 110000 | 0 | 11011 | 0 | 10010011 | 1100010 | 1001011 |
Color Harmonies of #83FEBA
Complementary color
Monochromatic Colors of #83FEBA
Black with #83FEBA
Text Example
Text Example
White with #83FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEBA; }
p { color: rgb(131,254,186); }
H1.HeaderClassName
{
color: #83FEBA;
}
.AnyTagClassName
{
color: #83FEBA;
}
</style>
background-color css
<style>
a { background-color: #83FEBA; }
a { background-color: rgb(131,254,186); }
div.DivClassName
{
background-color: #83FEBA;
}
.BgClassName
{
background-color: #83FEBA;
}
</style>
border-color css
<style>
span { border-color: #83FEBA; }
span { border-color: rgb(131,254,186); }
td.TdClassName
{
border-color: #83FEBA;
}
.TagClassName
{
border-color: #83FEBA;
}
</style>