Shades of Aquamarine #83F3B9
Tints of Aquamarine #83F3B9
RGB
CMYK
RGB Variations
Color information
#83F3B9 (or 0x83F3B9) is known color: Aquamarine. HEX triplet: 83, F3 and B9. RGB value is (131,243,185). Sum of RGB (Red+Green+Blue) = 131+243+185=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3B9 is #7C0C46. Grayscale: #CBCBCB. Windows color (decimal): -8129607 or 12186499. OLE color: 12186499.
HSL color Cylindrical-coordinate representation of color #83F3B9: hue angle of 148.93º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3B9 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 185 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.05 |
| HSL | 148.93º | 0.82% | 0.73% | - |
| HSV(B) | 148.93º | 0.46% | 0.95% | - |
| XYZ | 50.17 | 72.43 | 57.24 | - |
| YUV | 202.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 185 | 0.46 | 0 | 0.24 | 0.05 | 148.93 | 0.82 | 0.73 |
| Hex | 83 | F3 | B9 | 2E | 0 | 18 | 5 | 95 | 52 | 49 |
| Octal | 203 | 363 | 271 | 56 | 0 | 30 | 5 | 225 | 122 | 111 |
| Binary | 10000011 | 11110011 | 10111001 | 101110 | 0 | 11000 | 101 | 10010101 | 1010010 | 1001001 |
Color Harmonies of #83F3B9
Complementary color
Monochromatic Colors of #83F3B9
Black with #83F3B9
Text Example
Text Example
White with #83F3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3B9; }
p { color: rgb(131,243,185); }
H1.HeaderClassName
{
color: #83F3B9;
}
.AnyTagClassName
{
color: #83F3B9;
}
</style>
background-color css
<style>
a { background-color: #83F3B9; }
a { background-color: rgb(131,243,185); }
div.DivClassName
{
background-color: #83F3B9;
}
.BgClassName
{
background-color: #83F3B9;
}
</style>
border-color css
<style>
span { border-color: #83F3B9; }
span { border-color: rgb(131,243,185); }
td.TdClassName
{
border-color: #83F3B9;
}
.TagClassName
{
border-color: #83F3B9;
}
</style>