Shades of Aquamarine #83F9D9
Tints of Aquamarine #83F9D9
RGB
CMYK
RGB Variations
Color information
#83F9D9 (or 0x83F9D9) is known color: Aquamarine. HEX triplet: 83, F9 and D9. RGB value is (131,249,217). Sum of RGB (Red+Green+Blue) = 131+249+217=597 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.94% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9D9 is #7C0626. Grayscale: #D2D2D2. Windows color (decimal): -8128039 or 14285187. OLE color: 14285187.
HSL color Cylindrical-coordinate representation of color #83F9D9: hue angle of 163.73º 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 #83F9D9 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 217 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.02 |
| HSL | 163.73º | 0.91% | 0.75% | - |
| HSV(B) | 163.73º | 0.47% | 0.98% | - |
| XYZ | 55.76 | 77.59 | 77.68 | - |
| YUV | 210.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 217 | 0.47 | 0 | 0.13 | 0.02 | 163.73 | 0.91 | 0.75 |
| Hex | 83 | F9 | D9 | 2F | 0 | D | 2 | A4 | 5B | 4B |
| Octal | 203 | 371 | 331 | 57 | 0 | 15 | 2 | 244 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11011001 | 101111 | 0 | 1101 | 10 | 10100100 | 1011011 | 1001011 |
Color Harmonies of #83F9D9
Complementary color
Monochromatic Colors of #83F9D9
Black with #83F9D9
Text Example
Text Example
White with #83F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9D9; }
p { color: rgb(131,249,217); }
H1.HeaderClassName
{
color: #83F9D9;
}
.AnyTagClassName
{
color: #83F9D9;
}
</style>
background-color css
<style>
a { background-color: #83F9D9; }
a { background-color: rgb(131,249,217); }
div.DivClassName
{
background-color: #83F9D9;
}
.BgClassName
{
background-color: #83F9D9;
}
</style>
border-color css
<style>
span { border-color: #83F9D9; }
span { border-color: rgb(131,249,217); }
td.TdClassName
{
border-color: #83F9D9;
}
.TagClassName
{
border-color: #83F9D9;
}
</style>