Shades of Aquamarine #83FFE6
Tints of Aquamarine #83FFE6
RGB
CMYK
RGB Variations
Color information
#83FFE6 (or 0x83FFE6) is known color: Aquamarine. HEX triplet: 83, FF and E6. RGB value is (131,255,230). Sum of RGB (Red+Green+Blue) = 131+255+230=616 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.27% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFE6 is #7C0019. Grayscale: #D7D7D7. Windows color (decimal): -8126490 or 15138691. OLE color: 15138691.
HSL color Cylindrical-coordinate representation of color #83FFE6: hue angle of 167.9º 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 #83FFE6 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 230 | - |
| CMYK | 0.49 | 0 | 0.10 | 0 |
| HSL | 167.9º | 1% | 0.76% | - |
| HSV(B) | 167.9º | 0.49% | 1% | - |
| XYZ | 59.4 | 82.06 | 87.57 | - |
| YUV | 215.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 230 | 0.49 | 0 | 0.10 | 0 | 167.9 | 1 | 0.76 |
| Hex | 83 | FF | E6 | 31 | 0 | A | 0 | A8 | 64 | 4C |
| Octal | 203 | 377 | 346 | 61 | 0 | 12 | 0 | 250 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11100110 | 110001 | 0 | 1010 | 0 | 10101000 | 1100100 | 1001100 |
Color Harmonies of #83FFE6
Complementary color
Monochromatic Colors of #83FFE6
Black with #83FFE6
Text Example
Text Example
White with #83FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFE6; }
p { color: rgb(131,255,230); }
H1.HeaderClassName
{
color: #83FFE6;
}
.AnyTagClassName
{
color: #83FFE6;
}
</style>
background-color css
<style>
a { background-color: #83FFE6; }
a { background-color: rgb(131,255,230); }
div.DivClassName
{
background-color: #83FFE6;
}
.BgClassName
{
background-color: #83FFE6;
}
</style>
border-color css
<style>
span { border-color: #83FFE6; }
span { border-color: rgb(131,255,230); }
td.TdClassName
{
border-color: #83FFE6;
}
.TagClassName
{
border-color: #83FFE6;
}
</style>