Shades of Aquamarine #83F9CE
Tints of Aquamarine #83F9CE
RGB
CMYK
RGB Variations
Color information
#83F9CE (or 0x83F9CE) is known color: Aquamarine. HEX triplet: 83, F9 and CE. RGB value is (131,249,206). Sum of RGB (Red+Green+Blue) = 131+249+206=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9CE is #7C0631. Grayscale: #D0D0D0. Windows color (decimal): -8128050 or 13564291. OLE color: 13564291.
HSL color Cylindrical-coordinate representation of color #83F9CE: hue angle of 158.14º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9CE is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 206 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.02 |
| HSL | 158.14º | 0.91% | 0.75% | - |
| HSV(B) | 158.14º | 0.47% | 0.98% | - |
| XYZ | 54.38 | 77.03 | 70.4 | - |
| YUV | 208.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 206 | 0.47 | 0 | 0.17 | 0.02 | 158.14 | 0.91 | 0.75 |
| Hex | 83 | F9 | CE | 2F | 0 | 11 | 2 | 9E | 5B | 4B |
| Octal | 203 | 371 | 316 | 57 | 0 | 21 | 2 | 236 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11001110 | 101111 | 0 | 10001 | 10 | 10011110 | 1011011 | 1001011 |
Color Harmonies of #83F9CE
Complementary color
Monochromatic Colors of #83F9CE
Black with #83F9CE
Text Example
Text Example
White with #83F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9CE; }
p { color: rgb(131,249,206); }
H1.HeaderClassName
{
color: #83F9CE;
}
.AnyTagClassName
{
color: #83F9CE;
}
</style>
background-color css
<style>
a { background-color: #83F9CE; }
a { background-color: rgb(131,249,206); }
div.DivClassName
{
background-color: #83F9CE;
}
.BgClassName
{
background-color: #83F9CE;
}
</style>
border-color css
<style>
span { border-color: #83F9CE; }
span { border-color: rgb(131,249,206); }
td.TdClassName
{
border-color: #83F9CE;
}
.TagClassName
{
border-color: #83F9CE;
}
</style>