Shades of Aquamarine #83FDD9
Tints of Aquamarine #83FDD9
RGB
CMYK
RGB Variations
Color information
#83FDD9 (or 0x83FDD9) is known color: Aquamarine. HEX triplet: 83, FD and D9. RGB value is (131,253,217). Sum of RGB (Red+Green+Blue) = 131+253+217=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FDD9 is #7C0226. Grayscale: #D4D4D4. Windows color (decimal): -8127015 or 14286211. OLE color: 14286211.
HSL color Cylindrical-coordinate representation of color #83FDD9: hue angle of 162.3º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDD9 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 253 | 217 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.01 |
| HSL | 162.3º | 0.97% | 0.75% | - |
| HSV(B) | 162.3º | 0.48% | 0.99% | - |
| XYZ | 57.01 | 80.09 | 78.1 | - |
| YUV | 212.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 253 | 217 | 0.48 | 0 | 0.14 | 0.01 | 162.3 | 0.97 | 0.75 |
| Hex | 83 | FD | D9 | 30 | 0 | E | 1 | A2 | 61 | 4B |
| Octal | 203 | 375 | 331 | 60 | 0 | 16 | 1 | 242 | 141 | 113 |
| Binary | 10000011 | 11111101 | 11011001 | 110000 | 0 | 1110 | 1 | 10100010 | 1100001 | 1001011 |
Color Harmonies of #83FDD9
Complementary color
Monochromatic Colors of #83FDD9
Black with #83FDD9
Text Example
Text Example
White with #83FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FDD9; }
p { color: rgb(131,253,217); }
H1.HeaderClassName
{
color: #83FDD9;
}
.AnyTagClassName
{
color: #83FDD9;
}
</style>
background-color css
<style>
a { background-color: #83FDD9; }
a { background-color: rgb(131,253,217); }
div.DivClassName
{
background-color: #83FDD9;
}
.BgClassName
{
background-color: #83FDD9;
}
</style>
border-color css
<style>
span { border-color: #83FDD9; }
span { border-color: rgb(131,253,217); }
td.TdClassName
{
border-color: #83FDD9;
}
.TagClassName
{
border-color: #83FDD9;
}
</style>