Shades of Aquamarine #83FEE7
Tints of Aquamarine #83FEE7
RGB
CMYK
RGB Variations
Color information
#83FEE7 (or 0x83FEE7) is known color: Aquamarine. HEX triplet: 83, FE and E7. RGB value is (131,254,231). Sum of RGB (Red+Green+Blue) = 131+254+231=616 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.27% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FEE7 is #7C0118. Grayscale: #D6D6D6. Windows color (decimal): -8126745 or 15203971. OLE color: 15203971.
HSL color Cylindrical-coordinate representation of color #83FEE7: hue angle of 168.78º 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 #83FEE7 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 231 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.00 |
| HSL | 168.78º | 0.98% | 0.75% | - |
| HSV(B) | 168.78º | 0.48% | 1% | - |
| XYZ | 59.23 | 81.48 | 88.21 | - |
| YUV | 214.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 231 | 0.48 | 0 | 0.09 | 0.00 | 168.78 | 0.98 | 0.75 |
| Hex | 83 | FE | E7 | 30 | 0 | 9 | 0 | A9 | 62 | 4B |
| Octal | 203 | 376 | 347 | 60 | 0 | 11 | 0 | 251 | 142 | 113 |
| Binary | 10000011 | 11111110 | 11100111 | 110000 | 0 | 1001 | 0 | 10101001 | 1100010 | 1001011 |
Color Harmonies of #83FEE7
Complementary color
Monochromatic Colors of #83FEE7
Black with #83FEE7
Text Example
Text Example
White with #83FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FEE7; }
p { color: rgb(131,254,231); }
H1.HeaderClassName
{
color: #83FEE7;
}
.AnyTagClassName
{
color: #83FEE7;
}
</style>
background-color css
<style>
a { background-color: #83FEE7; }
a { background-color: rgb(131,254,231); }
div.DivClassName
{
background-color: #83FEE7;
}
.BgClassName
{
background-color: #83FEE7;
}
</style>
border-color css
<style>
span { border-color: #83FEE7; }
span { border-color: rgb(131,254,231); }
td.TdClassName
{
border-color: #83FEE7;
}
.TagClassName
{
border-color: #83FEE7;
}
</style>