Shades of Aquamarine #83EDC5
Tints of Aquamarine #83EDC5
RGB
CMYK
RGB Variations
Color information
#83EDC5 (or 0x83EDC5) is known color: Aquamarine. HEX triplet: 83, ED and C5. RGB value is (131,237,197). Sum of RGB (Red+Green+Blue) = 131+237+197=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDC5 is #7C123A. Grayscale: #C8C8C8. Windows color (decimal): -8131131 or 12971395. OLE color: 12971395.
HSL color Cylindrical-coordinate representation of color #83EDC5: hue angle of 157.36º 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 #83EDC5 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 197 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.07 |
| HSL | 157.36º | 0.75% | 0.72% | - |
| HSV(B) | 157.36º | 0.45% | 0.93% | - |
| XYZ | 49.72 | 69.42 | 63.6 | - |
| YUV | 200.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 197 | 0.45 | 0 | 0.17 | 0.07 | 157.36 | 0.75 | 0.72 |
| Hex | 83 | ED | C5 | 2D | 0 | 11 | 7 | 9D | 4B | 48 |
| Octal | 203 | 355 | 305 | 55 | 0 | 21 | 7 | 235 | 113 | 110 |
| Binary | 10000011 | 11101101 | 11000101 | 101101 | 0 | 10001 | 111 | 10011101 | 1001011 | 1001000 |
Color Harmonies of #83EDC5
Complementary color
Monochromatic Colors of #83EDC5
Black with #83EDC5
Text Example
Text Example
White with #83EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDC5; }
p { color: rgb(131,237,197); }
H1.HeaderClassName
{
color: #83EDC5;
}
.AnyTagClassName
{
color: #83EDC5;
}
</style>
background-color css
<style>
a { background-color: #83EDC5; }
a { background-color: rgb(131,237,197); }
div.DivClassName
{
background-color: #83EDC5;
}
.BgClassName
{
background-color: #83EDC5;
}
</style>
border-color css
<style>
span { border-color: #83EDC5; }
span { border-color: rgb(131,237,197); }
td.TdClassName
{
border-color: #83EDC5;
}
.TagClassName
{
border-color: #83EDC5;
}
</style>