Shades of Aquamarine #83FADE
Tints of Aquamarine #83FADE
RGB
CMYK
RGB Variations
Color information
#83FADE (or 0x83FADE) is known color: Aquamarine. HEX triplet: 83, FA and DE. RGB value is (131,250,222). Sum of RGB (Red+Green+Blue) = 131+250+222=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #83FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FADE is #7C0521. Grayscale: #D3D3D3. Windows color (decimal): -8127778 or 14613123. OLE color: 14613123.
HSL color Cylindrical-coordinate representation of color #83FADE: hue angle of 165.88º 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 #83FADE is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 222 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.02 |
| HSL | 165.88º | 0.92% | 0.75% | - |
| HSV(B) | 165.88º | 0.48% | 0.98% | - |
| XYZ | 56.73 | 78.47 | 81.26 | - |
| YUV | 211.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 222 | 0.48 | 0 | 0.11 | 0.02 | 165.88 | 0.92 | 0.75 |
| Hex | 83 | FA | DE | 30 | 0 | B | 2 | A6 | 5C | 4B |
| Octal | 203 | 372 | 336 | 60 | 0 | 13 | 2 | 246 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11011110 | 110000 | 0 | 1011 | 10 | 10100110 | 1011100 | 1001011 |
Color Harmonies of #83FADE
Complementary color
Monochromatic Colors of #83FADE
Black with #83FADE
Text Example
Text Example
White with #83FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FADE; }
p { color: rgb(131,250,222); }
H1.HeaderClassName
{
color: #83FADE;
}
.AnyTagClassName
{
color: #83FADE;
}
</style>
background-color css
<style>
a { background-color: #83FADE; }
a { background-color: rgb(131,250,222); }
div.DivClassName
{
background-color: #83FADE;
}
.BgClassName
{
background-color: #83FADE;
}
</style>
border-color css
<style>
span { border-color: #83FADE; }
span { border-color: rgb(131,250,222); }
td.TdClassName
{
border-color: #83FADE;
}
.TagClassName
{
border-color: #83FADE;
}
</style>