Shades of Aquamarine #83F7DF
Tints of Aquamarine #83F7DF
RGB
CMYK
RGB Variations
Color information
#83F7DF (or 0x83F7DF) is known color: Aquamarine. HEX triplet: 83, F7 and DF. RGB value is (131,247,223). Sum of RGB (Red+Green+Blue) = 131+247+223=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7DF is #7C0820. Grayscale: #D1D1D1. Windows color (decimal): -8128545 or 14677891. OLE color: 14677891.
HSL color Cylindrical-coordinate representation of color #83F7DF: hue angle of 167.59º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7DF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 247 | 223 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.03 |
| HSL | 167.59º | 0.88% | 0.74% | - |
| HSV(B) | 167.59º | 0.47% | 0.97% | - |
| XYZ | 55.94 | 76.67 | 81.66 | - |
| YUV | 209.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 247 | 223 | 0.47 | 0 | 0.10 | 0.03 | 167.59 | 0.88 | 0.74 |
| Hex | 83 | F7 | DF | 2F | 0 | A | 3 | A8 | 58 | 4A |
| Octal | 203 | 367 | 337 | 57 | 0 | 12 | 3 | 250 | 130 | 112 |
| Binary | 10000011 | 11110111 | 11011111 | 101111 | 0 | 1010 | 11 | 10101000 | 1011000 | 1001010 |
Color Harmonies of #83F7DF
Complementary color
Monochromatic Colors of #83F7DF
Black with #83F7DF
Text Example
Text Example
White with #83F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F7DF; }
p { color: rgb(131,247,223); }
H1.HeaderClassName
{
color: #83F7DF;
}
.AnyTagClassName
{
color: #83F7DF;
}
</style>
background-color css
<style>
a { background-color: #83F7DF; }
a { background-color: rgb(131,247,223); }
div.DivClassName
{
background-color: #83F7DF;
}
.BgClassName
{
background-color: #83F7DF;
}
</style>
border-color css
<style>
span { border-color: #83F7DF; }
span { border-color: rgb(131,247,223); }
td.TdClassName
{
border-color: #83F7DF;
}
.TagClassName
{
border-color: #83F7DF;
}
</style>