Shades of Aquamarine #83EEC0
Tints of Aquamarine #83EEC0
RGB
CMYK
RGB Variations
Color information
#83EEC0 (or 0x83EEC0) is known color: Aquamarine. HEX triplet: 83, EE and C0. RGB value is (131,238,192). Sum of RGB (Red+Green+Blue) = 131+238+192=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEC0 is #7C113F. Grayscale: #C8C8C8. Windows color (decimal): -8130880 or 12643971. OLE color: 12643971.
HSL color Cylindrical-coordinate representation of color #83EEC0: hue angle of 154.21º degrees, saturation: 0.76, 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 #83EEC0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 238 | 192 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.07 |
| HSL | 154.21º | 0.76% | 0.72% | - |
| HSV(B) | 154.21º | 0.45% | 0.93% | - |
| XYZ | 49.45 | 69.78 | 60.73 | - |
| YUV | 200.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 192 | 0.45 | 0 | 0.19 | 0.07 | 154.21 | 0.76 | 0.72 |
| Hex | 83 | EE | C0 | 2D | 0 | 13 | 7 | 9A | 4C | 48 |
| Octal | 203 | 356 | 300 | 55 | 0 | 23 | 7 | 232 | 114 | 110 |
| Binary | 10000011 | 11101110 | 11000000 | 101101 | 0 | 10011 | 111 | 10011010 | 1001100 | 1001000 |
Color Harmonies of #83EEC0
Complementary color
Monochromatic Colors of #83EEC0
Black with #83EEC0
Text Example
Text Example
White with #83EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EEC0; }
p { color: rgb(131,238,192); }
H1.HeaderClassName
{
color: #83EEC0;
}
.AnyTagClassName
{
color: #83EEC0;
}
</style>
background-color css
<style>
a { background-color: #83EEC0; }
a { background-color: rgb(131,238,192); }
div.DivClassName
{
background-color: #83EEC0;
}
.BgClassName
{
background-color: #83EEC0;
}
</style>
border-color css
<style>
span { border-color: #83EEC0; }
span { border-color: rgb(131,238,192); }
td.TdClassName
{
border-color: #83EEC0;
}
.TagClassName
{
border-color: #83EEC0;
}
</style>