Shades of Aquamarine #83F9BA
Tints of Aquamarine #83F9BA
RGB
CMYK
RGB Variations
Color information
#83F9BA (or 0x83F9BA) is known color: Aquamarine. HEX triplet: 83, F9 and BA. RGB value is (131,249,186). Sum of RGB (Red+Green+Blue) = 131+249+186=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9BA is #7C0645. Grayscale: #CECECE. Windows color (decimal): -8128070 or 12253571. OLE color: 12253571.
HSL color Cylindrical-coordinate representation of color #83F9BA: hue angle of 147.97º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9BA is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 186 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.02 |
| HSL | 147.97º | 0.91% | 0.75% | - |
| HSV(B) | 147.97º | 0.47% | 0.98% | - |
| XYZ | 52.1 | 76.12 | 58.4 | - |
| YUV | 206.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 186 | 0.47 | 0 | 0.25 | 0.02 | 147.97 | 0.91 | 0.75 |
| Hex | 83 | F9 | BA | 2F | 0 | 19 | 2 | 94 | 5B | 4B |
| Octal | 203 | 371 | 272 | 57 | 0 | 31 | 2 | 224 | 133 | 113 |
| Binary | 10000011 | 11111001 | 10111010 | 101111 | 0 | 11001 | 10 | 10010100 | 1011011 | 1001011 |
Color Harmonies of #83F9BA
Complementary color
Monochromatic Colors of #83F9BA
Black with #83F9BA
Text Example
Text Example
White with #83F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9BA; }
p { color: rgb(131,249,186); }
H1.HeaderClassName
{
color: #83F9BA;
}
.AnyTagClassName
{
color: #83F9BA;
}
</style>
background-color css
<style>
a { background-color: #83F9BA; }
a { background-color: rgb(131,249,186); }
div.DivClassName
{
background-color: #83F9BA;
}
.BgClassName
{
background-color: #83F9BA;
}
</style>
border-color css
<style>
span { border-color: #83F9BA; }
span { border-color: rgb(131,249,186); }
td.TdClassName
{
border-color: #83F9BA;
}
.TagClassName
{
border-color: #83F9BA;
}
</style>