Shades of Aquamarine #83F8DB
Tints of Aquamarine #83F8DB
RGB
CMYK
RGB Variations
Color information
#83F8DB (or 0x83F8DB) is known color: Aquamarine. HEX triplet: 83, F8 and DB. RGB value is (131,248,219). Sum of RGB (Red+Green+Blue) = 131+248+219=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8DB is #7C0724. Grayscale: #D1D1D1. Windows color (decimal): -8128293 or 14416003. OLE color: 14416003.
HSL color Cylindrical-coordinate representation of color #83F8DB: hue angle of 165.13º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8DB is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 219 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.03 |
| HSL | 165.13º | 0.89% | 0.74% | - |
| HSV(B) | 165.13º | 0.47% | 0.97% | - |
| XYZ | 55.71 | 77.07 | 78.96 | - |
| YUV | 209.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 219 | 0.47 | 0 | 0.12 | 0.03 | 165.13 | 0.89 | 0.74 |
| Hex | 83 | F8 | DB | 2F | 0 | C | 3 | A5 | 59 | 4A |
| Octal | 203 | 370 | 333 | 57 | 0 | 14 | 3 | 245 | 131 | 112 |
| Binary | 10000011 | 11111000 | 11011011 | 101111 | 0 | 1100 | 11 | 10100101 | 1011001 | 1001010 |
Color Harmonies of #83F8DB
Complementary color
Monochromatic Colors of #83F8DB
Black with #83F8DB
Text Example
Text Example
White with #83F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8DB; }
p { color: rgb(131,248,219); }
H1.HeaderClassName
{
color: #83F8DB;
}
.AnyTagClassName
{
color: #83F8DB;
}
</style>
background-color css
<style>
a { background-color: #83F8DB; }
a { background-color: rgb(131,248,219); }
div.DivClassName
{
background-color: #83F8DB;
}
.BgClassName
{
background-color: #83F8DB;
}
</style>
border-color css
<style>
span { border-color: #83F8DB; }
span { border-color: rgb(131,248,219); }
td.TdClassName
{
border-color: #83F8DB;
}
.TagClassName
{
border-color: #83F8DB;
}
</style>