Shades of Aquamarine #83EFCD
Tints of Aquamarine #83EFCD
RGB
CMYK
RGB Variations
Color information
#83EFCD (or 0x83EFCD) is known color: Aquamarine. HEX triplet: 83, EF and CD. RGB value is (131,239,205). Sum of RGB (Red+Green+Blue) = 131+239+205=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFCD is #7C1032. Grayscale: #CACACA. Windows color (decimal): -8130611 or 13496195. OLE color: 13496195.
HSL color Cylindrical-coordinate representation of color #83EFCD: hue angle of 161.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 #83EFCD is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 205 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.06 |
| HSL | 161.11º | 0.77% | 0.73% | - |
| HSV(B) | 161.11º | 0.45% | 0.94% | - |
| XYZ | 51.25 | 70.97 | 68.75 | - |
| YUV | 202.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 205 | 0.45 | 0 | 0.14 | 0.06 | 161.11 | 0.77 | 0.73 |
| Hex | 83 | EF | CD | 2D | 0 | E | 6 | A1 | 4D | 49 |
| Octal | 203 | 357 | 315 | 55 | 0 | 16 | 6 | 241 | 115 | 111 |
| Binary | 10000011 | 11101111 | 11001101 | 101101 | 0 | 1110 | 110 | 10100001 | 1001101 | 1001001 |
Color Harmonies of #83EFCD
Complementary color
Monochromatic Colors of #83EFCD
Black with #83EFCD
Text Example
Text Example
White with #83EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFCD; }
p { color: rgb(131,239,205); }
H1.HeaderClassName
{
color: #83EFCD;
}
.AnyTagClassName
{
color: #83EFCD;
}
</style>
background-color css
<style>
a { background-color: #83EFCD; }
a { background-color: rgb(131,239,205); }
div.DivClassName
{
background-color: #83EFCD;
}
.BgClassName
{
background-color: #83EFCD;
}
</style>
border-color css
<style>
span { border-color: #83EFCD; }
span { border-color: rgb(131,239,205); }
td.TdClassName
{
border-color: #83EFCD;
}
.TagClassName
{
border-color: #83EFCD;
}
</style>