Shades of Aquamarine #83FAC0
Tints of Aquamarine #83FAC0
RGB
CMYK
RGB Variations
Color information
#83FAC0 (or 0x83FAC0) is known color: Aquamarine. HEX triplet: 83, FA and C0. RGB value is (131,250,192). Sum of RGB (Red+Green+Blue) = 131+250+192=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC0 is #7C053F. Grayscale: #CFCFCF. Windows color (decimal): -8127808 or 12647043. OLE color: 12647043.
HSL color Cylindrical-coordinate representation of color #83FAC0: hue angle of 150.76º 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 #83FAC0 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 192 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.02 |
| HSL | 150.76º | 0.92% | 0.75% | - |
| HSV(B) | 150.76º | 0.48% | 0.98% | - |
| XYZ | 53.06 | 77 | 61.94 | - |
| YUV | 207.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 192 | 0.48 | 0 | 0.23 | 0.02 | 150.76 | 0.92 | 0.75 |
| Hex | 83 | FA | C0 | 30 | 0 | 17 | 2 | 97 | 5C | 4B |
| Octal | 203 | 372 | 300 | 60 | 0 | 27 | 2 | 227 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11000000 | 110000 | 0 | 10111 | 10 | 10010111 | 1011100 | 1001011 |
Color Harmonies of #83FAC0
Complementary color
Monochromatic Colors of #83FAC0
Black with #83FAC0
Text Example
Text Example
White with #83FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FAC0; }
p { color: rgb(131,250,192); }
H1.HeaderClassName
{
color: #83FAC0;
}
.AnyTagClassName
{
color: #83FAC0;
}
</style>
background-color css
<style>
a { background-color: #83FAC0; }
a { background-color: rgb(131,250,192); }
div.DivClassName
{
background-color: #83FAC0;
}
.BgClassName
{
background-color: #83FAC0;
}
</style>
border-color css
<style>
span { border-color: #83FAC0; }
span { border-color: rgb(131,250,192); }
td.TdClassName
{
border-color: #83FAC0;
}
.TagClassName
{
border-color: #83FAC0;
}
</style>