Shades of Aquamarine #83FBC9
Tints of Aquamarine #83FBC9
RGB
CMYK
RGB Variations
Color information
#83FBC9 (or 0x83FBC9) is known color: Aquamarine. HEX triplet: 83, FB and C9. RGB value is (131,251,201). Sum of RGB (Red+Green+Blue) = 131+251+201=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBC9 is #7C0436. Grayscale: #D1D1D1. Windows color (decimal): -8127543 or 13237123. OLE color: 13237123.
HSL color Cylindrical-coordinate representation of color #83FBC9: hue angle of 155º degrees, saturation: 0.94, 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 #83FBC9 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 201 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.02 |
| HSL | 155º | 0.94% | 0.75% | - |
| HSV(B) | 155º | 0.48% | 0.98% | - |
| XYZ | 54.4 | 78.04 | 67.45 | - |
| YUV | 209.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 201 | 0.48 | 0 | 0.20 | 0.02 | 155 | 0.94 | 0.75 |
| Hex | 83 | FB | C9 | 30 | 0 | 14 | 2 | 9B | 5E | 4B |
| Octal | 203 | 373 | 311 | 60 | 0 | 24 | 2 | 233 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11001001 | 110000 | 0 | 10100 | 10 | 10011011 | 1011110 | 1001011 |
Color Harmonies of #83FBC9
Complementary color
Monochromatic Colors of #83FBC9
Black with #83FBC9
Text Example
Text Example
White with #83FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBC9; }
p { color: rgb(131,251,201); }
H1.HeaderClassName
{
color: #83FBC9;
}
.AnyTagClassName
{
color: #83FBC9;
}
</style>
background-color css
<style>
a { background-color: #83FBC9; }
a { background-color: rgb(131,251,201); }
div.DivClassName
{
background-color: #83FBC9;
}
.BgClassName
{
background-color: #83FBC9;
}
</style>
border-color css
<style>
span { border-color: #83FBC9; }
span { border-color: rgb(131,251,201); }
td.TdClassName
{
border-color: #83FBC9;
}
.TagClassName
{
border-color: #83FBC9;
}
</style>