Shades of Aquamarine #83FFE8
Tints of Aquamarine #83FFE8
RGB
CMYK
RGB Variations
Color information
#83FFE8 (or 0x83FFE8) is known color: Aquamarine. HEX triplet: 83, FF and E8. RGB value is (131,255,232). Sum of RGB (Red+Green+Blue) = 131+255+232=618 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.20% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFE8 is #7C0017. Grayscale: #D7D7D7. Windows color (decimal): -8126488 or 15269763. OLE color: 15269763.
HSL color Cylindrical-coordinate representation of color #83FFE8: hue angle of 168.87º 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 #83FFE8 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 232 | - |
| CMYK | 0.49 | 0 | 0.09 | 0 |
| HSL | 168.87º | 1% | 0.76% | - |
| HSV(B) | 168.87º | 0.49% | 1% | - |
| XYZ | 59.69 | 82.17 | 89.06 | - |
| YUV | 215.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 232 | 0.49 | 0 | 0.09 | 0 | 168.87 | 1 | 0.76 |
| Hex | 83 | FF | E8 | 31 | 0 | 9 | 0 | A9 | 64 | 4C |
| Octal | 203 | 377 | 350 | 61 | 0 | 11 | 0 | 251 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11101000 | 110001 | 0 | 1001 | 0 | 10101001 | 1100100 | 1001100 |
Color Harmonies of #83FFE8
Complementary color
Monochromatic Colors of #83FFE8
Black with #83FFE8
Text Example
Text Example
White with #83FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFE8; }
p { color: rgb(131,255,232); }
H1.HeaderClassName
{
color: #83FFE8;
}
.AnyTagClassName
{
color: #83FFE8;
}
</style>
background-color css
<style>
a { background-color: #83FFE8; }
a { background-color: rgb(131,255,232); }
div.DivClassName
{
background-color: #83FFE8;
}
.BgClassName
{
background-color: #83FFE8;
}
</style>
border-color css
<style>
span { border-color: #83FFE8; }
span { border-color: rgb(131,255,232); }
td.TdClassName
{
border-color: #83FFE8;
}
.TagClassName
{
border-color: #83FFE8;
}
</style>