Shades of Aquamarine #83FEDE
Tints of Aquamarine #83FEDE
RGB
CMYK
RGB Variations
Color information
#83FEDE (or 0x83FEDE) is known color: Aquamarine. HEX triplet: 83, FE and DE. RGB value is (131,254,222). Sum of RGB (Red+Green+Blue) = 131+254+222=607 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.58% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEDE is #7C0121. Grayscale: #D5D5D5. Windows color (decimal): -8126754 or 14614147. OLE color: 14614147.
HSL color Cylindrical-coordinate representation of color #83FEDE: hue angle of 164.39º 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 #83FEDE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 222 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.00 |
| HSL | 164.39º | 0.98% | 0.75% | - |
| HSV(B) | 164.39º | 0.48% | 1% | - |
| XYZ | 57.99 | 80.98 | 81.68 | - |
| YUV | 213.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 222 | 0.48 | 0 | 0.13 | 0.00 | 164.39 | 0.98 | 0.75 |
| Hex | 83 | FE | DE | 30 | 0 | D | 0 | A4 | 62 | 4B |
| Octal | 203 | 376 | 336 | 60 | 0 | 15 | 0 | 244 | 142 | 113 |
| Binary | 10000011 | 11111110 | 11011110 | 110000 | 0 | 1101 | 0 | 10100100 | 1100010 | 1001011 |
Color Harmonies of #83FEDE
Complementary color
Monochromatic Colors of #83FEDE
Black with #83FEDE
Text Example
Text Example
White with #83FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEDE; }
p { color: rgb(131,254,222); }
H1.HeaderClassName
{
color: #83FEDE;
}
.AnyTagClassName
{
color: #83FEDE;
}
</style>
background-color css
<style>
a { background-color: #83FEDE; }
a { background-color: rgb(131,254,222); }
div.DivClassName
{
background-color: #83FEDE;
}
.BgClassName
{
background-color: #83FEDE;
}
</style>
border-color css
<style>
span { border-color: #83FEDE; }
span { border-color: rgb(131,254,222); }
td.TdClassName
{
border-color: #83FEDE;
}
.TagClassName
{
border-color: #83FEDE;
}
</style>