Shades of Aquamarine #83F4D5
Tints of Aquamarine #83F4D5
RGB
CMYK
RGB Variations
Color information
#83F4D5 (or 0x83F4D5) is known color: Aquamarine. HEX triplet: 83, F4 and D5. RGB value is (131,244,213). Sum of RGB (Red+Green+Blue) = 131+244+213=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F4D5 is #7C0B2A. Grayscale: #CECECE. Windows color (decimal): -8129323 or 14021763. OLE color: 14021763.
HSL color Cylindrical-coordinate representation of color #83F4D5: hue angle of 163.54º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4D5 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 213 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.04 |
| HSL | 163.54º | 0.84% | 0.74% | - |
| HSV(B) | 163.54º | 0.46% | 0.96% | - |
| XYZ | 53.72 | 74.33 | 74.47 | - |
| YUV | 206.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 213 | 0.46 | 0 | 0.13 | 0.04 | 163.54 | 0.84 | 0.74 |
| Hex | 83 | F4 | D5 | 2E | 0 | D | 4 | A4 | 54 | 4A |
| Octal | 203 | 364 | 325 | 56 | 0 | 15 | 4 | 244 | 124 | 112 |
| Binary | 10000011 | 11110100 | 11010101 | 101110 | 0 | 1101 | 100 | 10100100 | 1010100 | 1001010 |
Color Harmonies of #83F4D5
Complementary color
Monochromatic Colors of #83F4D5
Black with #83F4D5
Text Example
Text Example
White with #83F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F4D5; }
p { color: rgb(131,244,213); }
H1.HeaderClassName
{
color: #83F4D5;
}
.AnyTagClassName
{
color: #83F4D5;
}
</style>
background-color css
<style>
a { background-color: #83F4D5; }
a { background-color: rgb(131,244,213); }
div.DivClassName
{
background-color: #83F4D5;
}
.BgClassName
{
background-color: #83F4D5;
}
</style>
border-color css
<style>
span { border-color: #83F4D5; }
span { border-color: rgb(131,244,213); }
td.TdClassName
{
border-color: #83F4D5;
}
.TagClassName
{
border-color: #83F4D5;
}
</style>