Shades of Aquamarine #83FAC8
Tints of Aquamarine #83FAC8
RGB
CMYK
RGB Variations
Color information
#83FAC8 (or 0x83FAC8) is known color: Aquamarine. HEX triplet: 83, FA and C8. RGB value is (131,250,200). Sum of RGB (Red+Green+Blue) = 131+250+200=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC8 is #7C0537. Grayscale: #D0D0D0. Windows color (decimal): -8127800 or 13171331. OLE color: 13171331.
HSL color Cylindrical-coordinate representation of color #83FAC8: hue angle of 154.79º 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 #83FAC8 is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 200 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.02 |
| HSL | 154.79º | 0.92% | 0.75% | - |
| HSV(B) | 154.79º | 0.48% | 0.98% | - |
| XYZ | 53.97 | 77.37 | 66.73 | - |
| YUV | 208.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 200 | 0.48 | 0 | 0.2 | 0.02 | 154.79 | 0.92 | 0.75 |
| Hex | 83 | FA | C8 | 30 | 0 | 14 | 2 | 9B | 5C | 4B |
| Octal | 203 | 372 | 310 | 60 | 0 | 24 | 2 | 233 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11001000 | 110000 | 0 | 10100 | 10 | 10011011 | 1011100 | 1001011 |
Color Harmonies of #83FAC8
Complementary color
Monochromatic Colors of #83FAC8
Black with #83FAC8
Text Example
Text Example
White with #83FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FAC8; }
p { color: rgb(131,250,200); }
H1.HeaderClassName
{
color: #83FAC8;
}
.AnyTagClassName
{
color: #83FAC8;
}
</style>
background-color css
<style>
a { background-color: #83FAC8; }
a { background-color: rgb(131,250,200); }
div.DivClassName
{
background-color: #83FAC8;
}
.BgClassName
{
background-color: #83FAC8;
}
</style>
border-color css
<style>
span { border-color: #83FAC8; }
span { border-color: rgb(131,250,200); }
td.TdClassName
{
border-color: #83FAC8;
}
.TagClassName
{
border-color: #83FAC8;
}
</style>