Shades of Aquamarine #83FAC5
Tints of Aquamarine #83FAC5
RGB
CMYK
RGB Variations
Color information
#83FAC5 (or 0x83FAC5) is known color: Aquamarine. HEX triplet: 83, FA and C5. RGB value is (131,250,197). Sum of RGB (Red+Green+Blue) = 131+250+197=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC5 is #7C053A. Grayscale: #D0D0D0. Windows color (decimal): -8127803 or 12974723. OLE color: 12974723.
HSL color Cylindrical-coordinate representation of color #83FAC5: hue angle of 153.28º 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 #83FAC5 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 197 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.02 |
| HSL | 153.28º | 0.92% | 0.75% | - |
| HSV(B) | 153.28º | 0.48% | 0.98% | - |
| XYZ | 53.62 | 77.23 | 64.9 | - |
| YUV | 208.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 197 | 0.48 | 0 | 0.21 | 0.02 | 153.28 | 0.92 | 0.75 |
| Hex | 83 | FA | C5 | 30 | 0 | 15 | 2 | 99 | 5C | 4B |
| Octal | 203 | 372 | 305 | 60 | 0 | 25 | 2 | 231 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11000101 | 110000 | 0 | 10101 | 10 | 10011001 | 1011100 | 1001011 |
Color Harmonies of #83FAC5
Complementary color
Monochromatic Colors of #83FAC5
Black with #83FAC5
Text Example
Text Example
White with #83FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FAC5; }
p { color: rgb(131,250,197); }
H1.HeaderClassName
{
color: #83FAC5;
}
.AnyTagClassName
{
color: #83FAC5;
}
</style>
background-color css
<style>
a { background-color: #83FAC5; }
a { background-color: rgb(131,250,197); }
div.DivClassName
{
background-color: #83FAC5;
}
.BgClassName
{
background-color: #83FAC5;
}
</style>
border-color css
<style>
span { border-color: #83FAC5; }
span { border-color: rgb(131,250,197); }
td.TdClassName
{
border-color: #83FAC5;
}
.TagClassName
{
border-color: #83FAC5;
}
</style>