Shades of Aquamarine #83FAE6
Tints of Aquamarine #83FAE6
RGB
CMYK
RGB Variations
Color information
#83FAE6 (or 0x83FAE6) is known color: Aquamarine. HEX triplet: 83, FA and E6. RGB value is (131,250,230). Sum of RGB (Red+Green+Blue) = 131+250+230=611 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.44% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAE6 is #7C0519. Grayscale: #D4D4D4. Windows color (decimal): -8127770 or 15137411. OLE color: 15137411.
HSL color Cylindrical-coordinate representation of color #83FAE6: hue angle of 169.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAE6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 230 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.02 |
| HSL | 169.92º | 0.92% | 0.75% | - |
| HSV(B) | 169.92º | 0.48% | 0.98% | - |
| XYZ | 57.83 | 78.91 | 87.05 | - |
| YUV | 212.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 230 | 0.48 | 0 | 0.08 | 0.02 | 169.92 | 0.92 | 0.75 |
| Hex | 83 | FA | E6 | 30 | 0 | 8 | 2 | AA | 5C | 4B |
| Octal | 203 | 372 | 346 | 60 | 0 | 10 | 2 | 252 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11100110 | 110000 | 0 | 1000 | 10 | 10101010 | 1011100 | 1001011 |
Color Harmonies of #83FAE6
Complementary color
Monochromatic Colors of #83FAE6
Black with #83FAE6
Text Example
Text Example
White with #83FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FAE6; }
p { color: rgb(131,250,230); }
H1.HeaderClassName
{
color: #83FAE6;
}
.AnyTagClassName
{
color: #83FAE6;
}
</style>
background-color css
<style>
a { background-color: #83FAE6; }
a { background-color: rgb(131,250,230); }
div.DivClassName
{
background-color: #83FAE6;
}
.BgClassName
{
background-color: #83FAE6;
}
</style>
border-color css
<style>
span { border-color: #83FAE6; }
span { border-color: rgb(131,250,230); }
td.TdClassName
{
border-color: #83FAE6;
}
.TagClassName
{
border-color: #83FAE6;
}
</style>