Shades of Aquamarine #83EDDD
Tints of Aquamarine #83EDDD
RGB
CMYK
RGB Variations
Color information
#83EDDD (or 0x83EDDD) is known color: Aquamarine. HEX triplet: 83, ED and DD. RGB value is (131,237,221). Sum of RGB (Red+Green+Blue) = 131+237+221=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDDD is #7C1222. Grayscale: #CBCBCB. Windows color (decimal): -8131107 or 14544259. OLE color: 14544259.
HSL color Cylindrical-coordinate representation of color #83EDDD: hue angle of 170.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDDD is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 221 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.07 |
| HSL | 170.94º | 0.75% | 0.72% | - |
| HSV(B) | 170.94º | 0.45% | 0.93% | - |
| XYZ | 52.7 | 70.61 | 79.26 | - |
| YUV | 203.48 | 137.88 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 221 | 0.45 | 0 | 0.07 | 0.07 | 170.94 | 0.75 | 0.72 |
| Hex | 83 | ED | DD | 2D | 0 | 7 | 7 | AB | 4B | 48 |
| Octal | 203 | 355 | 335 | 55 | 0 | 7 | 7 | 253 | 113 | 110 |
| Binary | 10000011 | 11101101 | 11011101 | 101101 | 0 | 111 | 111 | 10101011 | 1001011 | 1001000 |
Color Harmonies of #83EDDD
Complementary color
Monochromatic Colors of #83EDDD
Black with #83EDDD
Text Example
Text Example
White with #83EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDDD; }
p { color: rgb(131,237,221); }
H1.HeaderClassName
{
color: #83EDDD;
}
.AnyTagClassName
{
color: #83EDDD;
}
</style>
background-color css
<style>
a { background-color: #83EDDD; }
a { background-color: rgb(131,237,221); }
div.DivClassName
{
background-color: #83EDDD;
}
.BgClassName
{
background-color: #83EDDD;
}
</style>
border-color css
<style>
span { border-color: #83EDDD; }
span { border-color: rgb(131,237,221); }
td.TdClassName
{
border-color: #83EDDD;
}
.TagClassName
{
border-color: #83EDDD;
}
</style>