Shades of Aquamarine #83FEDA
Tints of Aquamarine #83FEDA
RGB
CMYK
RGB Variations
Color information
#83FEDA (or 0x83FEDA) is known color: Aquamarine. HEX triplet: 83, FE and DA. RGB value is (131,254,218). Sum of RGB (Red+Green+Blue) = 131+254+218=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEDA is #7C0125. Grayscale: #D5D5D5. Windows color (decimal): -8126758 or 14352003. OLE color: 14352003.
HSL color Cylindrical-coordinate representation of color #83FEDA: hue angle of 162.44º 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 #83FEDA is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 218 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.00 |
| HSL | 162.44º | 0.98% | 0.75% | - |
| HSV(B) | 162.44º | 0.48% | 1% | - |
| XYZ | 57.46 | 80.77 | 78.89 | - |
| YUV | 213.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 218 | 0.48 | 0 | 0.14 | 0.00 | 162.44 | 0.98 | 0.75 |
| Hex | 83 | FE | DA | 30 | 0 | E | 0 | A2 | 62 | 4B |
| Octal | 203 | 376 | 332 | 60 | 0 | 16 | 0 | 242 | 142 | 113 |
| Binary | 10000011 | 11111110 | 11011010 | 110000 | 0 | 1110 | 0 | 10100010 | 1100010 | 1001011 |
Color Harmonies of #83FEDA
Complementary color
Monochromatic Colors of #83FEDA
Black with #83FEDA
Text Example
Text Example
White with #83FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEDA; }
p { color: rgb(131,254,218); }
H1.HeaderClassName
{
color: #83FEDA;
}
.AnyTagClassName
{
color: #83FEDA;
}
</style>
background-color css
<style>
a { background-color: #83FEDA; }
a { background-color: rgb(131,254,218); }
div.DivClassName
{
background-color: #83FEDA;
}
.BgClassName
{
background-color: #83FEDA;
}
</style>
border-color css
<style>
span { border-color: #83FEDA; }
span { border-color: rgb(131,254,218); }
td.TdClassName
{
border-color: #83FEDA;
}
.TagClassName
{
border-color: #83FEDA;
}
</style>