Shades of Aquamarine #83EFDB
Tints of Aquamarine #83EFDB
RGB
CMYK
RGB Variations
Color information
#83EFDB (or 0x83EFDB) is known color: Aquamarine. HEX triplet: 83, EF and DB. RGB value is (131,239,219). Sum of RGB (Red+Green+Blue) = 131+239+219=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFDB is #7C1024. Grayscale: #CCCCCC. Windows color (decimal): -8130597 or 14413699. OLE color: 14413699.
HSL color Cylindrical-coordinate representation of color #83EFDB: hue angle of 168.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFDB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 219 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.06 |
| HSL | 168.89º | 0.77% | 0.73% | - |
| HSV(B) | 168.89º | 0.45% | 0.94% | - |
| XYZ | 53.01 | 71.67 | 78.06 | - |
| YUV | 204.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 219 | 0.45 | 0 | 0.08 | 0.06 | 168.89 | 0.77 | 0.73 |
| Hex | 83 | EF | DB | 2D | 0 | 8 | 6 | A9 | 4D | 49 |
| Octal | 203 | 357 | 333 | 55 | 0 | 10 | 6 | 251 | 115 | 111 |
| Binary | 10000011 | 11101111 | 11011011 | 101101 | 0 | 1000 | 110 | 10101001 | 1001101 | 1001001 |
Color Harmonies of #83EFDB
Complementary color
Monochromatic Colors of #83EFDB
Black with #83EFDB
Text Example
Text Example
White with #83EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFDB; }
p { color: rgb(131,239,219); }
H1.HeaderClassName
{
color: #83EFDB;
}
.AnyTagClassName
{
color: #83EFDB;
}
</style>
background-color css
<style>
a { background-color: #83EFDB; }
a { background-color: rgb(131,239,219); }
div.DivClassName
{
background-color: #83EFDB;
}
.BgClassName
{
background-color: #83EFDB;
}
</style>
border-color css
<style>
span { border-color: #83EFDB; }
span { border-color: rgb(131,239,219); }
td.TdClassName
{
border-color: #83EFDB;
}
.TagClassName
{
border-color: #83EFDB;
}
</style>