Shades of Aquamarine #83EFDF
Tints of Aquamarine #83EFDF
RGB
CMYK
RGB Variations
Color information
#83EFDF (or 0x83EFDF) is known color: Aquamarine. HEX triplet: 83, EF and DF. RGB value is (131,239,223). Sum of RGB (Red+Green+Blue) = 131+239+223=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFDF is #7C1020. Grayscale: #CCCCCC. Windows color (decimal): -8130593 or 14675843. OLE color: 14675843.
HSL color Cylindrical-coordinate representation of color #83EFDF: hue angle of 171.11º 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 #83EFDF is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 223 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.06 |
| HSL | 171.11º | 0.77% | 0.73% | - |
| HSV(B) | 171.11º | 0.45% | 0.94% | - |
| XYZ | 53.55 | 71.89 | 80.87 | - |
| YUV | 204.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 223 | 0.45 | 0 | 0.07 | 0.06 | 171.11 | 0.77 | 0.73 |
| Hex | 83 | EF | DF | 2D | 0 | 7 | 6 | AB | 4D | 49 |
| Octal | 203 | 357 | 337 | 55 | 0 | 7 | 6 | 253 | 115 | 111 |
| Binary | 10000011 | 11101111 | 11011111 | 101101 | 0 | 111 | 110 | 10101011 | 1001101 | 1001001 |
Color Harmonies of #83EFDF
Complementary color
Monochromatic Colors of #83EFDF
Black with #83EFDF
Text Example
Text Example
White with #83EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFDF; }
p { color: rgb(131,239,223); }
H1.HeaderClassName
{
color: #83EFDF;
}
.AnyTagClassName
{
color: #83EFDF;
}
</style>
background-color css
<style>
a { background-color: #83EFDF; }
a { background-color: rgb(131,239,223); }
div.DivClassName
{
background-color: #83EFDF;
}
.BgClassName
{
background-color: #83EFDF;
}
</style>
border-color css
<style>
span { border-color: #83EFDF; }
span { border-color: rgb(131,239,223); }
td.TdClassName
{
border-color: #83EFDF;
}
.TagClassName
{
border-color: #83EFDF;
}
</style>