Shades of Aquamarine #83ECCE
Tints of Aquamarine #83ECCE
RGB
CMYK
RGB Variations
Color information
#83ECCE (or 0x83ECCE) is known color: Aquamarine. HEX triplet: 83, EC and CE. RGB value is (131,236,206). Sum of RGB (Red+Green+Blue) = 131+236+206=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECCE is #7C1331. Grayscale: #C9C9C9. Windows color (decimal): -8131378 or 13560963. OLE color: 13560963.
HSL color Cylindrical-coordinate representation of color #83ECCE: hue angle of 162.86º 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 #83ECCE is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 206 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.07 |
| HSL | 162.86º | 0.73% | 0.72% | - |
| HSV(B) | 162.86º | 0.44% | 0.93% | - |
| XYZ | 50.5 | 69.27 | 69.1 | - |
| YUV | 201.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 206 | 0.44 | 0 | 0.13 | 0.07 | 162.86 | 0.73 | 0.72 |
| Hex | 83 | EC | CE | 2C | 0 | D | 7 | A3 | 49 | 48 |
| Octal | 203 | 354 | 316 | 54 | 0 | 15 | 7 | 243 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11001110 | 101100 | 0 | 1101 | 111 | 10100011 | 1001001 | 1001000 |
Color Harmonies of #83ECCE
Complementary color
Monochromatic Colors of #83ECCE
Black with #83ECCE
Text Example
Text Example
White with #83ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECCE; }
p { color: rgb(131,236,206); }
H1.HeaderClassName
{
color: #83ECCE;
}
.AnyTagClassName
{
color: #83ECCE;
}
</style>
background-color css
<style>
a { background-color: #83ECCE; }
a { background-color: rgb(131,236,206); }
div.DivClassName
{
background-color: #83ECCE;
}
.BgClassName
{
background-color: #83ECCE;
}
</style>
border-color css
<style>
span { border-color: #83ECCE; }
span { border-color: rgb(131,236,206); }
td.TdClassName
{
border-color: #83ECCE;
}
.TagClassName
{
border-color: #83ECCE;
}
</style>