Shades of Aquamarine #83F3D1
Tints of Aquamarine #83F3D1
RGB
CMYK
RGB Variations
Color information
#83F3D1 (or 0x83F3D1) is known color: Aquamarine. HEX triplet: 83, F3 and D1. RGB value is (131,243,209). Sum of RGB (Red+Green+Blue) = 131+243+209=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3D1 is #7C0C2E. Grayscale: #CDCDCD. Windows color (decimal): -8129583 or 13759363. OLE color: 13759363.
HSL color Cylindrical-coordinate representation of color #83F3D1: hue angle of 161.79º 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 #83F3D1 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 209 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.05 |
| HSL | 161.79º | 0.82% | 0.73% | - |
| HSV(B) | 161.79º | 0.46% | 0.95% | - |
| XYZ | 52.92 | 73.53 | 71.73 | - |
| YUV | 205.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 209 | 0.46 | 0 | 0.14 | 0.05 | 161.79 | 0.82 | 0.73 |
| Hex | 83 | F3 | D1 | 2E | 0 | E | 5 | A2 | 52 | 49 |
| Octal | 203 | 363 | 321 | 56 | 0 | 16 | 5 | 242 | 122 | 111 |
| Binary | 10000011 | 11110011 | 11010001 | 101110 | 0 | 1110 | 101 | 10100010 | 1010010 | 1001001 |
Color Harmonies of #83F3D1
Complementary color
Monochromatic Colors of #83F3D1
Black with #83F3D1
Text Example
Text Example
White with #83F3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3D1; }
p { color: rgb(131,243,209); }
H1.HeaderClassName
{
color: #83F3D1;
}
.AnyTagClassName
{
color: #83F3D1;
}
</style>
background-color css
<style>
a { background-color: #83F3D1; }
a { background-color: rgb(131,243,209); }
div.DivClassName
{
background-color: #83F3D1;
}
.BgClassName
{
background-color: #83F3D1;
}
</style>
border-color css
<style>
span { border-color: #83F3D1; }
span { border-color: rgb(131,243,209); }
td.TdClassName
{
border-color: #83F3D1;
}
.TagClassName
{
border-color: #83F3D1;
}
</style>