Shades of Aquamarine #83F2DB
Tints of Aquamarine #83F2DB
RGB
CMYK
RGB Variations
Color information
#83F2DB (or 0x83F2DB) is known color: Aquamarine. HEX triplet: 83, F2 and DB. RGB value is (131,242,219). Sum of RGB (Red+Green+Blue) = 131+242+219=592 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.13% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2DB is #7C0D24. Grayscale: #CECECE. Windows color (decimal): -8129829 or 14414467. OLE color: 14414467.
HSL color Cylindrical-coordinate representation of color #83F2DB: hue angle of 167.57º 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 #83F2DB is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 219 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.05 |
| HSL | 167.57º | 0.81% | 0.73% | - |
| HSV(B) | 167.57º | 0.46% | 0.95% | - |
| XYZ | 53.9 | 73.44 | 78.35 | - |
| YUV | 206.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 219 | 0.46 | 0 | 0.10 | 0.05 | 167.57 | 0.81 | 0.73 |
| Hex | 83 | F2 | DB | 2E | 0 | A | 5 | A8 | 51 | 49 |
| Octal | 203 | 362 | 333 | 56 | 0 | 12 | 5 | 250 | 121 | 111 |
| Binary | 10000011 | 11110010 | 11011011 | 101110 | 0 | 1010 | 101 | 10101000 | 1010001 | 1001001 |
Color Harmonies of #83F2DB
Complementary color
Monochromatic Colors of #83F2DB
Black with #83F2DB
Text Example
Text Example
White with #83F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2DB; }
p { color: rgb(131,242,219); }
H1.HeaderClassName
{
color: #83F2DB;
}
.AnyTagClassName
{
color: #83F2DB;
}
</style>
background-color css
<style>
a { background-color: #83F2DB; }
a { background-color: rgb(131,242,219); }
div.DivClassName
{
background-color: #83F2DB;
}
.BgClassName
{
background-color: #83F2DB;
}
</style>
border-color css
<style>
span { border-color: #83F2DB; }
span { border-color: rgb(131,242,219); }
td.TdClassName
{
border-color: #83F2DB;
}
.TagClassName
{
border-color: #83F2DB;
}
</style>