Shades of Aquamarine #83ECD0
Tints of Aquamarine #83ECD0
RGB
CMYK
RGB Variations
Color information
#83ECD0 (or 0x83ECD0) is known color: Aquamarine. HEX triplet: 83, EC and D0. RGB value is (131,236,208). Sum of RGB (Red+Green+Blue) = 131+236+208=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECD0 is #7C132F. Grayscale: #C9C9C9. Windows color (decimal): -8131376 or 13692035. OLE color: 13692035.
HSL color Cylindrical-coordinate representation of color #83ECD0: hue angle of 164º 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 #83ECD0 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 208 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.07 |
| HSL | 164º | 0.73% | 0.72% | - |
| HSV(B) | 164º | 0.44% | 0.93% | - |
| XYZ | 50.74 | 69.37 | 70.39 | - |
| YUV | 201.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 208 | 0.44 | 0 | 0.12 | 0.07 | 164 | 0.73 | 0.72 |
| Hex | 83 | EC | D0 | 2C | 0 | C | 7 | A4 | 49 | 48 |
| Octal | 203 | 354 | 320 | 54 | 0 | 14 | 7 | 244 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11010000 | 101100 | 0 | 1100 | 111 | 10100100 | 1001001 | 1001000 |
Color Harmonies of #83ECD0
Complementary color
Monochromatic Colors of #83ECD0
Black with #83ECD0
Text Example
Text Example
White with #83ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECD0; }
p { color: rgb(131,236,208); }
H1.HeaderClassName
{
color: #83ECD0;
}
.AnyTagClassName
{
color: #83ECD0;
}
</style>
background-color css
<style>
a { background-color: #83ECD0; }
a { background-color: rgb(131,236,208); }
div.DivClassName
{
background-color: #83ECD0;
}
.BgClassName
{
background-color: #83ECD0;
}
</style>
border-color css
<style>
span { border-color: #83ECD0; }
span { border-color: rgb(131,236,208); }
td.TdClassName
{
border-color: #83ECD0;
}
.TagClassName
{
border-color: #83ECD0;
}
</style>