Shades of Aquamarine #83EDC9
Tints of Aquamarine #83EDC9
RGB
CMYK
RGB Variations
Color information
#83EDC9 (or 0x83EDC9) is known color: Aquamarine. HEX triplet: 83, ED and C9. RGB value is (131,237,201). Sum of RGB (Red+Green+Blue) = 131+237+201=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDC9 is #7C1236. Grayscale: #C9C9C9. Windows color (decimal): -8131127 or 13233539. OLE color: 13233539.
HSL color Cylindrical-coordinate representation of color #83EDC9: hue angle of 159.62º 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 #83EDC9 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 201 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.07 |
| HSL | 159.62º | 0.75% | 0.72% | - |
| HSV(B) | 159.62º | 0.45% | 0.93% | - |
| XYZ | 50.19 | 69.61 | 66.05 | - |
| YUV | 201.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 201 | 0.45 | 0 | 0.15 | 0.07 | 159.62 | 0.75 | 0.72 |
| Hex | 83 | ED | C9 | 2D | 0 | F | 7 | A0 | 4B | 48 |
| Octal | 203 | 355 | 311 | 55 | 0 | 17 | 7 | 240 | 113 | 110 |
| Binary | 10000011 | 11101101 | 11001001 | 101101 | 0 | 1111 | 111 | 10100000 | 1001011 | 1001000 |
Color Harmonies of #83EDC9
Complementary color
Monochromatic Colors of #83EDC9
Black with #83EDC9
Text Example
Text Example
White with #83EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDC9; }
p { color: rgb(131,237,201); }
H1.HeaderClassName
{
color: #83EDC9;
}
.AnyTagClassName
{
color: #83EDC9;
}
</style>
background-color css
<style>
a { background-color: #83EDC9; }
a { background-color: rgb(131,237,201); }
div.DivClassName
{
background-color: #83EDC9;
}
.BgClassName
{
background-color: #83EDC9;
}
</style>
border-color css
<style>
span { border-color: #83EDC9; }
span { border-color: rgb(131,237,201); }
td.TdClassName
{
border-color: #83EDC9;
}
.TagClassName
{
border-color: #83EDC9;
}
</style>