Shades of Aquamarine #83FFBA
Tints of Aquamarine #83FFBA
RGB
CMYK
RGB Variations
Color information
#83FFBA (or 0x83FFBA) is known color: Aquamarine. HEX triplet: 83, FF and BA. RGB value is (131,255,186). Sum of RGB (Red+Green+Blue) = 131+255+186=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFBA is #7C0045. Grayscale: #D2D2D2. Windows color (decimal): -8126534 or 12255107. OLE color: 12255107.
HSL color Cylindrical-coordinate representation of color #83FFBA: hue angle of 146.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFBA is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 186 | - |
| CMYK | 0.49 | 0 | 0.27 | 0 |
| HSL | 146.61º | 1% | 0.76% | - |
| HSV(B) | 146.61º | 0.49% | 1% | - |
| XYZ | 53.98 | 79.89 | 59.03 | - |
| YUV | 210.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 186 | 0.49 | 0 | 0.27 | 0 | 146.61 | 1 | 0.76 |
| Hex | 83 | FF | BA | 31 | 0 | 1B | 0 | 93 | 64 | 4C |
| Octal | 203 | 377 | 272 | 61 | 0 | 33 | 0 | 223 | 144 | 114 |
| Binary | 10000011 | 11111111 | 10111010 | 110001 | 0 | 11011 | 0 | 10010011 | 1100100 | 1001100 |
Color Harmonies of #83FFBA
Complementary color
Monochromatic Colors of #83FFBA
Black with #83FFBA
Text Example
Text Example
White with #83FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFBA; }
p { color: rgb(131,255,186); }
H1.HeaderClassName
{
color: #83FFBA;
}
.AnyTagClassName
{
color: #83FFBA;
}
</style>
background-color css
<style>
a { background-color: #83FFBA; }
a { background-color: rgb(131,255,186); }
div.DivClassName
{
background-color: #83FFBA;
}
.BgClassName
{
background-color: #83FFBA;
}
</style>
border-color css
<style>
span { border-color: #83FFBA; }
span { border-color: rgb(131,255,186); }
td.TdClassName
{
border-color: #83FFBA;
}
.TagClassName
{
border-color: #83FFBA;
}
</style>