Shades of Aquamarine #83F2BC
Tints of Aquamarine #83F2BC
RGB
CMYK
RGB Variations
Color information
#83F2BC (or 0x83F2BC) is known color: Aquamarine. HEX triplet: 83, F2 and BC. RGB value is (131,242,188). Sum of RGB (Red+Green+Blue) = 131+242+188=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2BC is #7C0D43. Grayscale: #CACACA. Windows color (decimal): -8129860 or 12382851. OLE color: 12382851.
HSL color Cylindrical-coordinate representation of color #83F2BC: hue angle of 150.81º 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 #83F2BC is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 188 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.05 |
| HSL | 150.81º | 0.81% | 0.73% | - |
| HSV(B) | 150.81º | 0.46% | 0.95% | - |
| XYZ | 50.19 | 71.96 | 58.82 | - |
| YUV | 202.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 188 | 0.46 | 0 | 0.22 | 0.05 | 150.81 | 0.81 | 0.73 |
| Hex | 83 | F2 | BC | 2E | 0 | 16 | 5 | 97 | 51 | 49 |
| Octal | 203 | 362 | 274 | 56 | 0 | 26 | 5 | 227 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10111100 | 101110 | 0 | 10110 | 101 | 10010111 | 1010001 | 1001001 |
Color Harmonies of #83F2BC
Complementary color
Monochromatic Colors of #83F2BC
Black with #83F2BC
Text Example
Text Example
White with #83F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2BC; }
p { color: rgb(131,242,188); }
H1.HeaderClassName
{
color: #83F2BC;
}
.AnyTagClassName
{
color: #83F2BC;
}
</style>
background-color css
<style>
a { background-color: #83F2BC; }
a { background-color: rgb(131,242,188); }
div.DivClassName
{
background-color: #83F2BC;
}
.BgClassName
{
background-color: #83F2BC;
}
</style>
border-color css
<style>
span { border-color: #83F2BC; }
span { border-color: rgb(131,242,188); }
td.TdClassName
{
border-color: #83F2BC;
}
.TagClassName
{
border-color: #83F2BC;
}
</style>