Shades of Aquamarine #83EFCC
Tints of Aquamarine #83EFCC
RGB
CMYK
RGB Variations
Color information
#83EFCC (or 0x83EFCC) is known color: Aquamarine. HEX triplet: 83, EF and CC. RGB value is (131,239,204). Sum of RGB (Red+Green+Blue) = 131+239+204=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFCC is #7C1033. Grayscale: #CACACA. Windows color (decimal): -8130612 or 13430659. OLE color: 13430659.
HSL color Cylindrical-coordinate representation of color #83EFCC: hue angle of 160.56º 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 #83EFCC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 204 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.06 |
| HSL | 160.56º | 0.77% | 0.73% | - |
| HSV(B) | 160.56º | 0.45% | 0.94% | - |
| XYZ | 51.13 | 70.92 | 68.12 | - |
| YUV | 202.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 204 | 0.45 | 0 | 0.15 | 0.06 | 160.56 | 0.77 | 0.73 |
| Hex | 83 | EF | CC | 2D | 0 | F | 6 | A1 | 4D | 49 |
| Octal | 203 | 357 | 314 | 55 | 0 | 17 | 6 | 241 | 115 | 111 |
| Binary | 10000011 | 11101111 | 11001100 | 101101 | 0 | 1111 | 110 | 10100001 | 1001101 | 1001001 |
Color Harmonies of #83EFCC
Complementary color
Monochromatic Colors of #83EFCC
Black with #83EFCC
Text Example
Text Example
White with #83EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFCC; }
p { color: rgb(131,239,204); }
H1.HeaderClassName
{
color: #83EFCC;
}
.AnyTagClassName
{
color: #83EFCC;
}
</style>
background-color css
<style>
a { background-color: #83EFCC; }
a { background-color: rgb(131,239,204); }
div.DivClassName
{
background-color: #83EFCC;
}
.BgClassName
{
background-color: #83EFCC;
}
</style>
border-color css
<style>
span { border-color: #83EFCC; }
span { border-color: rgb(131,239,204); }
td.TdClassName
{
border-color: #83EFCC;
}
.TagClassName
{
border-color: #83EFCC;
}
</style>