Shades of Aquamarine #83F3DB
Tints of Aquamarine #83F3DB
RGB
CMYK
RGB Variations
Color information
#83F3DB (or 0x83F3DB) is known color: Aquamarine. HEX triplet: 83, F3 and DB. RGB value is (131,243,219). Sum of RGB (Red+Green+Blue) = 131+243+219=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3DB is #7C0C24. Grayscale: #CECECE. Windows color (decimal): -8129573 or 14414723. OLE color: 14414723.
HSL color Cylindrical-coordinate representation of color #83F3DB: hue angle of 167.14º degrees, saturation: 0.82, 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 #83F3DB is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 219 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.05 |
| HSL | 167.14º | 0.82% | 0.73% | - |
| HSV(B) | 167.14º | 0.46% | 0.95% | - |
| XYZ | 54.2 | 74.04 | 78.45 | - |
| YUV | 206.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 219 | 0.46 | 0 | 0.10 | 0.05 | 167.14 | 0.82 | 0.73 |
| Hex | 83 | F3 | DB | 2E | 0 | A | 5 | A7 | 52 | 49 |
| Octal | 203 | 363 | 333 | 56 | 0 | 12 | 5 | 247 | 122 | 111 |
| Binary | 10000011 | 11110011 | 11011011 | 101110 | 0 | 1010 | 101 | 10100111 | 1010010 | 1001001 |
Color Harmonies of #83F3DB
Complementary color
Monochromatic Colors of #83F3DB
Black with #83F3DB
Text Example
Text Example
White with #83F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3DB; }
p { color: rgb(131,243,219); }
H1.HeaderClassName
{
color: #83F3DB;
}
.AnyTagClassName
{
color: #83F3DB;
}
</style>
background-color css
<style>
a { background-color: #83F3DB; }
a { background-color: rgb(131,243,219); }
div.DivClassName
{
background-color: #83F3DB;
}
.BgClassName
{
background-color: #83F3DB;
}
</style>
border-color css
<style>
span { border-color: #83F3DB; }
span { border-color: rgb(131,243,219); }
td.TdClassName
{
border-color: #83F3DB;
}
.TagClassName
{
border-color: #83F3DB;
}
</style>