Shades of Aquamarine #83F2B8
Tints of Aquamarine #83F2B8
RGB
CMYK
RGB Variations
Color information
#83F2B8 (or 0x83F2B8) is known color: Aquamarine. HEX triplet: 83, F2 and B8. RGB value is (131,242,184). Sum of RGB (Red+Green+Blue) = 131+242+184=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2B8 is #7C0D47. Grayscale: #CACACA. Windows color (decimal): -8129864 or 12120707. OLE color: 12120707.
HSL color Cylindrical-coordinate representation of color #83F2B8: hue angle of 148.65º degrees, saturation: 0.81, 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 #83F2B8 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 184 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.05 |
| HSL | 148.65º | 0.81% | 0.73% | - |
| HSV(B) | 148.65º | 0.46% | 0.95% | - |
| XYZ | 49.76 | 71.79 | 56.58 | - |
| YUV | 202.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 184 | 0.46 | 0 | 0.24 | 0.05 | 148.65 | 0.81 | 0.73 |
| Hex | 83 | F2 | B8 | 2E | 0 | 18 | 5 | 95 | 51 | 49 |
| Octal | 203 | 362 | 270 | 56 | 0 | 30 | 5 | 225 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10111000 | 101110 | 0 | 11000 | 101 | 10010101 | 1010001 | 1001001 |
Color Harmonies of #83F2B8
Complementary color
Monochromatic Colors of #83F2B8
Black with #83F2B8
Text Example
Text Example
White with #83F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2B8; }
p { color: rgb(131,242,184); }
H1.HeaderClassName
{
color: #83F2B8;
}
.AnyTagClassName
{
color: #83F2B8;
}
</style>
background-color css
<style>
a { background-color: #83F2B8; }
a { background-color: rgb(131,242,184); }
div.DivClassName
{
background-color: #83F2B8;
}
.BgClassName
{
background-color: #83F2B8;
}
</style>
border-color css
<style>
span { border-color: #83F2B8; }
span { border-color: rgb(131,242,184); }
td.TdClassName
{
border-color: #83F2B8;
}
.TagClassName
{
border-color: #83F2B8;
}
</style>