Shades of Aquamarine #83FFCE
Tints of Aquamarine #83FFCE
RGB
CMYK
RGB Variations
Color information
#83FFCE (or 0x83FFCE) is known color: Aquamarine. HEX triplet: 83, FF and CE. RGB value is (131,255,206). Sum of RGB (Red+Green+Blue) = 131+255+206=592 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.13% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCE is #7C0031. Grayscale: #D4D4D4. Windows color (decimal): -8126514 or 13565827. OLE color: 13565827.
HSL color Cylindrical-coordinate representation of color #83FFCE: hue angle of 156.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFCE is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 206 | - |
| CMYK | 0.49 | 0 | 0.19 | 0 |
| HSL | 156.29º | 1% | 0.76% | - |
| HSV(B) | 156.29º | 0.49% | 1% | - |
| XYZ | 56.26 | 80.8 | 71.02 | - |
| YUV | 212.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 206 | 0.49 | 0 | 0.19 | 0 | 156.29 | 1 | 0.76 |
| Hex | 83 | FF | CE | 31 | 0 | 13 | 0 | 9C | 64 | 4C |
| Octal | 203 | 377 | 316 | 61 | 0 | 23 | 0 | 234 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11001110 | 110001 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001100 |
Color Harmonies of #83FFCE
Complementary color
Monochromatic Colors of #83FFCE
Black with #83FFCE
Text Example
Text Example
White with #83FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFCE; }
p { color: rgb(131,255,206); }
H1.HeaderClassName
{
color: #83FFCE;
}
.AnyTagClassName
{
color: #83FFCE;
}
</style>
background-color css
<style>
a { background-color: #83FFCE; }
a { background-color: rgb(131,255,206); }
div.DivClassName
{
background-color: #83FFCE;
}
.BgClassName
{
background-color: #83FFCE;
}
</style>
border-color css
<style>
span { border-color: #83FFCE; }
span { border-color: rgb(131,255,206); }
td.TdClassName
{
border-color: #83FFCE;
}
.TagClassName
{
border-color: #83FFCE;
}
</style>