Shades of Aquamarine #83FACA
Tints of Aquamarine #83FACA
RGB
CMYK
RGB Variations
Color information
#83FACA (or 0x83FACA) is known color: Aquamarine. HEX triplet: 83, FA and CA. RGB value is (131,250,202). Sum of RGB (Red+Green+Blue) = 131+250+202=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #83FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FACA is #7C0535. Grayscale: #D1D1D1. Windows color (decimal): -8127798 or 13302403. OLE color: 13302403.
HSL color Cylindrical-coordinate representation of color #83FACA: hue angle of 155.8º 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 #83FACA is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 202 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.02 |
| HSL | 155.8º | 0.92% | 0.75% | - |
| HSV(B) | 155.8º | 0.48% | 0.98% | - |
| XYZ | 54.21 | 77.46 | 67.97 | - |
| YUV | 208.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 202 | 0.48 | 0 | 0.19 | 0.02 | 155.8 | 0.92 | 0.75 |
| Hex | 83 | FA | CA | 30 | 0 | 13 | 2 | 9C | 5C | 4B |
| Octal | 203 | 372 | 312 | 60 | 0 | 23 | 2 | 234 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11001010 | 110000 | 0 | 10011 | 10 | 10011100 | 1011100 | 1001011 |
Color Harmonies of #83FACA
Complementary color
Monochromatic Colors of #83FACA
Black with #83FACA
Text Example
Text Example
White with #83FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FACA; }
p { color: rgb(131,250,202); }
H1.HeaderClassName
{
color: #83FACA;
}
.AnyTagClassName
{
color: #83FACA;
}
</style>
background-color css
<style>
a { background-color: #83FACA; }
a { background-color: rgb(131,250,202); }
div.DivClassName
{
background-color: #83FACA;
}
.BgClassName
{
background-color: #83FACA;
}
</style>
border-color css
<style>
span { border-color: #83FACA; }
span { border-color: rgb(131,250,202); }
td.TdClassName
{
border-color: #83FACA;
}
.TagClassName
{
border-color: #83FACA;
}
</style>