Shades of Aquamarine #83FECA
Tints of Aquamarine #83FECA
RGB
CMYK
RGB Variations
Color information
#83FECA (or 0x83FECA) is known color: Aquamarine. HEX triplet: 83, FE and CA. RGB value is (131,254,202). Sum of RGB (Red+Green+Blue) = 131+254+202=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #83FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FECA is #7C0135. Grayscale: #D3D3D3. Windows color (decimal): -8126774 or 13303427. OLE color: 13303427.
HSL color Cylindrical-coordinate representation of color #83FECA: hue angle of 154.63º 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 #83FECA is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 202 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.00 |
| HSL | 154.63º | 0.98% | 0.75% | - |
| HSV(B) | 154.63º | 0.48% | 1% | - |
| XYZ | 55.46 | 79.97 | 68.39 | - |
| YUV | 211.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 202 | 0.48 | 0 | 0.20 | 0.00 | 154.63 | 0.98 | 0.75 |
| Hex | 83 | FE | CA | 30 | 0 | 14 | 0 | 9B | 62 | 4B |
| Octal | 203 | 376 | 312 | 60 | 0 | 24 | 0 | 233 | 142 | 113 |
| Binary | 10000011 | 11111110 | 11001010 | 110000 | 0 | 10100 | 0 | 10011011 | 1100010 | 1001011 |
Color Harmonies of #83FECA
Complementary color
Monochromatic Colors of #83FECA
Black with #83FECA
Text Example
Text Example
White with #83FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FECA; }
p { color: rgb(131,254,202); }
H1.HeaderClassName
{
color: #83FECA;
}
.AnyTagClassName
{
color: #83FECA;
}
</style>
background-color css
<style>
a { background-color: #83FECA; }
a { background-color: rgb(131,254,202); }
div.DivClassName
{
background-color: #83FECA;
}
.BgClassName
{
background-color: #83FECA;
}
</style>
border-color css
<style>
span { border-color: #83FECA; }
span { border-color: rgb(131,254,202); }
td.TdClassName
{
border-color: #83FECA;
}
.TagClassName
{
border-color: #83FECA;
}
</style>