Shades of Aquamarine #83EBDB
Tints of Aquamarine #83EBDB
RGB
CMYK
RGB Variations
Color information
#83EBDB (or 0x83EBDB) is known color: Aquamarine. HEX triplet: 83, EB and DB. RGB value is (131,235,219). Sum of RGB (Red+Green+Blue) = 131+235+219=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EBDB is #7C1424. Grayscale: #CACACA. Windows color (decimal): -8131621 or 14412675. OLE color: 14412675.
HSL color Cylindrical-coordinate representation of color #83EBDB: hue angle of 170.77º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EBDB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 235 | 219 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.08 |
| HSL | 170.77º | 0.72% | 0.72% | - |
| HSV(B) | 170.77º | 0.44% | 0.92% | - |
| XYZ | 51.85 | 69.36 | 77.67 | - |
| YUV | 202.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 219 | 0.44 | 0 | 0.07 | 0.08 | 170.77 | 0.72 | 0.72 |
| Hex | 83 | EB | DB | 2C | 0 | 7 | 8 | AB | 48 | 48 |
| Octal | 203 | 353 | 333 | 54 | 0 | 7 | 10 | 253 | 110 | 110 |
| Binary | 10000011 | 11101011 | 11011011 | 101100 | 0 | 111 | 1000 | 10101011 | 1001000 | 1001000 |
Color Harmonies of #83EBDB
Complementary color
Monochromatic Colors of #83EBDB
Black with #83EBDB
Text Example
Text Example
White with #83EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EBDB; }
p { color: rgb(131,235,219); }
H1.HeaderClassName
{
color: #83EBDB;
}
.AnyTagClassName
{
color: #83EBDB;
}
</style>
background-color css
<style>
a { background-color: #83EBDB; }
a { background-color: rgb(131,235,219); }
div.DivClassName
{
background-color: #83EBDB;
}
.BgClassName
{
background-color: #83EBDB;
}
</style>
border-color css
<style>
span { border-color: #83EBDB; }
span { border-color: rgb(131,235,219); }
td.TdClassName
{
border-color: #83EBDB;
}
.TagClassName
{
border-color: #83EBDB;
}
</style>