Shades of Aquamarine #83FADB
Tints of Aquamarine #83FADB
RGB
CMYK
RGB Variations
Color information
#83FADB (or 0x83FADB) is known color: Aquamarine. HEX triplet: 83, FA and DB. RGB value is (131,250,219). Sum of RGB (Red+Green+Blue) = 131+250+219=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #83FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FADB is #7C0524. Grayscale: #D2D2D2. Windows color (decimal): -8127781 or 14416515. OLE color: 14416515.
HSL color Cylindrical-coordinate representation of color #83FADB: hue angle of 164.37º 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 #83FADB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 219 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.02 |
| HSL | 164.37º | 0.92% | 0.75% | - |
| HSV(B) | 164.37º | 0.48% | 0.98% | - |
| XYZ | 56.33 | 78.31 | 79.16 | - |
| YUV | 210.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 219 | 0.48 | 0 | 0.12 | 0.02 | 164.37 | 0.92 | 0.75 |
| Hex | 83 | FA | DB | 30 | 0 | C | 2 | A4 | 5C | 4B |
| Octal | 203 | 372 | 333 | 60 | 0 | 14 | 2 | 244 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11011011 | 110000 | 0 | 1100 | 10 | 10100100 | 1011100 | 1001011 |
Color Harmonies of #83FADB
Complementary color
Monochromatic Colors of #83FADB
Black with #83FADB
Text Example
Text Example
White with #83FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FADB; }
p { color: rgb(131,250,219); }
H1.HeaderClassName
{
color: #83FADB;
}
.AnyTagClassName
{
color: #83FADB;
}
</style>
background-color css
<style>
a { background-color: #83FADB; }
a { background-color: rgb(131,250,219); }
div.DivClassName
{
background-color: #83FADB;
}
.BgClassName
{
background-color: #83FADB;
}
</style>
border-color css
<style>
span { border-color: #83FADB; }
span { border-color: rgb(131,250,219); }
td.TdClassName
{
border-color: #83FADB;
}
.TagClassName
{
border-color: #83FADB;
}
</style>