Shades of Aquamarine #83ECDA
Tints of Aquamarine #83ECDA
RGB
CMYK
RGB Variations
Color information
#83ECDA (or 0x83ECDA) is known color: Aquamarine. HEX triplet: 83, EC and DA. RGB value is (131,236,218). Sum of RGB (Red+Green+Blue) = 131+236+218=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECDA is #7C1325. Grayscale: #CACACA. Windows color (decimal): -8131366 or 14347395. OLE color: 14347395.
HSL color Cylindrical-coordinate representation of color #83ECDA: hue angle of 169.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECDA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 218 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 169.71º | 0.73% | 0.72% | - |
| HSV(B) | 169.71º | 0.44% | 0.93% | - |
| XYZ | 52.01 | 69.88 | 77.08 | - |
| YUV | 202.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 218 | 0.44 | 0 | 0.08 | 0.07 | 169.71 | 0.73 | 0.72 |
| Hex | 83 | EC | DA | 2C | 0 | 8 | 7 | AA | 49 | 48 |
| Octal | 203 | 354 | 332 | 54 | 0 | 10 | 7 | 252 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11011010 | 101100 | 0 | 1000 | 111 | 10101010 | 1001001 | 1001000 |
Color Harmonies of #83ECDA
Complementary color
Monochromatic Colors of #83ECDA
Black with #83ECDA
Text Example
Text Example
White with #83ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECDA; }
p { color: rgb(131,236,218); }
H1.HeaderClassName
{
color: #83ECDA;
}
.AnyTagClassName
{
color: #83ECDA;
}
</style>
background-color css
<style>
a { background-color: #83ECDA; }
a { background-color: rgb(131,236,218); }
div.DivClassName
{
background-color: #83ECDA;
}
.BgClassName
{
background-color: #83ECDA;
}
</style>
border-color css
<style>
span { border-color: #83ECDA; }
span { border-color: rgb(131,236,218); }
td.TdClassName
{
border-color: #83ECDA;
}
.TagClassName
{
border-color: #83ECDA;
}
</style>