Shades of Aquamarine #83ECCC
Tints of Aquamarine #83ECCC
RGB
CMYK
RGB Variations
Color information
#83ECCC (or 0x83ECCC) is known color: Aquamarine. HEX triplet: 83, EC and CC. RGB value is (131,236,204). Sum of RGB (Red+Green+Blue) = 131+236+204=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECCC is #7C1333. Grayscale: #C8C8C8. Windows color (decimal): -8131380 or 13429891. OLE color: 13429891.
HSL color Cylindrical-coordinate representation of color #83ECCC: hue angle of 161.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 #83ECCC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 204 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.07 |
| HSL | 161.71º | 0.73% | 0.72% | - |
| HSV(B) | 161.71º | 0.44% | 0.93% | - |
| XYZ | 50.25 | 69.18 | 67.83 | - |
| YUV | 200.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 204 | 0.44 | 0 | 0.14 | 0.07 | 161.71 | 0.73 | 0.72 |
| Hex | 83 | EC | CC | 2C | 0 | E | 7 | A2 | 49 | 48 |
| Octal | 203 | 354 | 314 | 54 | 0 | 16 | 7 | 242 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11001100 | 101100 | 0 | 1110 | 111 | 10100010 | 1001001 | 1001000 |
Color Harmonies of #83ECCC
Complementary color
Monochromatic Colors of #83ECCC
Black with #83ECCC
Text Example
Text Example
White with #83ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECCC; }
p { color: rgb(131,236,204); }
H1.HeaderClassName
{
color: #83ECCC;
}
.AnyTagClassName
{
color: #83ECCC;
}
</style>
background-color css
<style>
a { background-color: #83ECCC; }
a { background-color: rgb(131,236,204); }
div.DivClassName
{
background-color: #83ECCC;
}
.BgClassName
{
background-color: #83ECCC;
}
</style>
border-color css
<style>
span { border-color: #83ECCC; }
span { border-color: rgb(131,236,204); }
td.TdClassName
{
border-color: #83ECCC;
}
.TagClassName
{
border-color: #83ECCC;
}
</style>