Shades of Aquamarine #83EFDD
Tints of Aquamarine #83EFDD
RGB
CMYK
RGB Variations
Color information
#83EFDD (or 0x83EFDD) is known color: Aquamarine. HEX triplet: 83, EF and DD. RGB value is (131,239,221). Sum of RGB (Red+Green+Blue) = 131+239+221=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFDD is #7C1022. Grayscale: #CCCCCC. Windows color (decimal): -8130595 or 14544771. OLE color: 14544771.
HSL color Cylindrical-coordinate representation of color #83EFDD: hue angle of 170º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFDD is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 221 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.06 |
| HSL | 170º | 0.77% | 0.73% | - |
| HSV(B) | 170º | 0.45% | 0.94% | - |
| XYZ | 53.28 | 71.78 | 79.45 | - |
| YUV | 204.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 221 | 0.45 | 0 | 0.08 | 0.06 | 170 | 0.77 | 0.73 |
| Hex | 83 | EF | DD | 2D | 0 | 8 | 6 | AA | 4D | 49 |
| Octal | 203 | 357 | 335 | 55 | 0 | 10 | 6 | 252 | 115 | 111 |
| Binary | 10000011 | 11101111 | 11011101 | 101101 | 0 | 1000 | 110 | 10101010 | 1001101 | 1001001 |
Color Harmonies of #83EFDD
Complementary color
Monochromatic Colors of #83EFDD
Black with #83EFDD
Text Example
Text Example
White with #83EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFDD; }
p { color: rgb(131,239,221); }
H1.HeaderClassName
{
color: #83EFDD;
}
.AnyTagClassName
{
color: #83EFDD;
}
</style>
background-color css
<style>
a { background-color: #83EFDD; }
a { background-color: rgb(131,239,221); }
div.DivClassName
{
background-color: #83EFDD;
}
.BgClassName
{
background-color: #83EFDD;
}
</style>
border-color css
<style>
span { border-color: #83EFDD; }
span { border-color: rgb(131,239,221); }
td.TdClassName
{
border-color: #83EFDD;
}
.TagClassName
{
border-color: #83EFDD;
}
</style>