Shades of Aquamarine #83FEC6
Tints of Aquamarine #83FEC6
RGB
CMYK
RGB Variations
Color information
#83FEC6 (or 0x83FEC6) is known color: Aquamarine. HEX triplet: 83, FE and C6. RGB value is (131,254,198). Sum of RGB (Red+Green+Blue) = 131+254+198=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEC6 is #7C0139. Grayscale: #D2D2D2. Windows color (decimal): -8126778 or 13041283. OLE color: 13041283.
HSL color Cylindrical-coordinate representation of color #83FEC6: hue angle of 152.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FEC6 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 198 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.00 |
| HSL | 152.68º | 0.98% | 0.75% | - |
| HSV(B) | 152.68º | 0.48% | 1% | - |
| XYZ | 54.99 | 79.79 | 65.93 | - |
| YUV | 210.84 | 120.75 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 198 | 0.48 | 0 | 0.22 | 0.00 | 152.68 | 0.98 | 0.75 |
| Hex | 83 | FE | C6 | 30 | 0 | 16 | 0 | 99 | 62 | 4B |
| Octal | 203 | 376 | 306 | 60 | 0 | 26 | 0 | 231 | 142 | 113 |
| Binary | 10000011 | 11111110 | 11000110 | 110000 | 0 | 10110 | 0 | 10011001 | 1100010 | 1001011 |
Color Harmonies of #83FEC6
Complementary color
Monochromatic Colors of #83FEC6
Black with #83FEC6
Text Example
Text Example
White with #83FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEC6; }
p { color: rgb(131,254,198); }
H1.HeaderClassName
{
color: #83FEC6;
}
.AnyTagClassName
{
color: #83FEC6;
}
</style>
background-color css
<style>
a { background-color: #83FEC6; }
a { background-color: rgb(131,254,198); }
div.DivClassName
{
background-color: #83FEC6;
}
.BgClassName
{
background-color: #83FEC6;
}
</style>
border-color css
<style>
span { border-color: #83FEC6; }
span { border-color: rgb(131,254,198); }
td.TdClassName
{
border-color: #83FEC6;
}
.TagClassName
{
border-color: #83FEC6;
}
</style>