Shades of Aquamarine #83EDC0
Tints of Aquamarine #83EDC0
RGB
CMYK
RGB Variations
Color information
#83EDC0 (or 0x83EDC0) is known color: Aquamarine. HEX triplet: 83, ED and C0. RGB value is (131,237,192). Sum of RGB (Red+Green+Blue) = 131+237+192=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDC0 is #7C123F. Grayscale: #C8C8C8. Windows color (decimal): -8131136 or 12643715. OLE color: 12643715.
HSL color Cylindrical-coordinate representation of color #83EDC0: hue angle of 154.53º degrees, saturation: 0.75, 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 #83EDC0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 192 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.07 |
| HSL | 154.53º | 0.75% | 0.72% | - |
| HSV(B) | 154.53º | 0.45% | 0.93% | - |
| XYZ | 49.16 | 69.2 | 60.64 | - |
| YUV | 200.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 192 | 0.45 | 0 | 0.19 | 0.07 | 154.53 | 0.75 | 0.72 |
| Hex | 83 | ED | C0 | 2D | 0 | 13 | 7 | 9B | 4B | 48 |
| Octal | 203 | 355 | 300 | 55 | 0 | 23 | 7 | 233 | 113 | 110 |
| Binary | 10000011 | 11101101 | 11000000 | 101101 | 0 | 10011 | 111 | 10011011 | 1001011 | 1001000 |
Color Harmonies of #83EDC0
Complementary color
Monochromatic Colors of #83EDC0
Black with #83EDC0
Text Example
Text Example
White with #83EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDC0; }
p { color: rgb(131,237,192); }
H1.HeaderClassName
{
color: #83EDC0;
}
.AnyTagClassName
{
color: #83EDC0;
}
</style>
background-color css
<style>
a { background-color: #83EDC0; }
a { background-color: rgb(131,237,192); }
div.DivClassName
{
background-color: #83EDC0;
}
.BgClassName
{
background-color: #83EDC0;
}
</style>
border-color css
<style>
span { border-color: #83EDC0; }
span { border-color: rgb(131,237,192); }
td.TdClassName
{
border-color: #83EDC0;
}
.TagClassName
{
border-color: #83EDC0;
}
</style>