Shades of Aquamarine #83ECDD
Tints of Aquamarine #83ECDD
RGB
CMYK
RGB Variations
Color information
#83ECDD (or 0x83ECDD) is known color: Aquamarine. HEX triplet: 83, EC and DD. RGB value is (131,236,221). Sum of RGB (Red+Green+Blue) = 131+236+221=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECDD is #7C1322. Grayscale: #CACACA. Windows color (decimal): -8131363 or 14544003. OLE color: 14544003.
HSL color Cylindrical-coordinate representation of color #83ECDD: hue angle of 171.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECDD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 221 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.07 |
| HSL | 171.43º | 0.73% | 0.72% | - |
| HSV(B) | 171.43º | 0.44% | 0.93% | - |
| XYZ | 52.41 | 70.04 | 79.16 | - |
| YUV | 202.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 221 | 0.44 | 0 | 0.06 | 0.07 | 171.43 | 0.73 | 0.72 |
| Hex | 83 | EC | DD | 2C | 0 | 6 | 7 | AB | 49 | 48 |
| Octal | 203 | 354 | 335 | 54 | 0 | 6 | 7 | 253 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11011101 | 101100 | 0 | 110 | 111 | 10101011 | 1001001 | 1001000 |
Color Harmonies of #83ECDD
Complementary color
Monochromatic Colors of #83ECDD
Black with #83ECDD
Text Example
Text Example
White with #83ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECDD; }
p { color: rgb(131,236,221); }
H1.HeaderClassName
{
color: #83ECDD;
}
.AnyTagClassName
{
color: #83ECDD;
}
</style>
background-color css
<style>
a { background-color: #83ECDD; }
a { background-color: rgb(131,236,221); }
div.DivClassName
{
background-color: #83ECDD;
}
.BgClassName
{
background-color: #83ECDD;
}
</style>
border-color css
<style>
span { border-color: #83ECDD; }
span { border-color: rgb(131,236,221); }
td.TdClassName
{
border-color: #83ECDD;
}
.TagClassName
{
border-color: #83ECDD;
}
</style>