Shades of Aquamarine #83EBE1
Tints of Aquamarine #83EBE1
RGB
CMYK
RGB Variations
Color information
#83EBE1 (or 0x83EBE1) is known color: Aquamarine. HEX triplet: 83, EB and E1. RGB value is (131,235,225). Sum of RGB (Red+Green+Blue) = 131+235+225=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EBE1 is #7C141E. Grayscale: #CACACA. Windows color (decimal): -8131615 or 14805891. OLE color: 14805891.
HSL color Cylindrical-coordinate representation of color #83EBE1: hue angle of 174.23º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EBE1 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 235 | 225 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.08 |
| HSL | 174.23º | 0.72% | 0.72% | - |
| HSV(B) | 174.23º | 0.44% | 0.92% | - |
| XYZ | 52.66 | 69.68 | 81.91 | - |
| YUV | 202.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 225 | 0.44 | 0 | 0.04 | 0.08 | 174.23 | 0.72 | 0.72 |
| Hex | 83 | EB | E1 | 2C | 0 | 4 | 8 | AE | 48 | 48 |
| Octal | 203 | 353 | 341 | 54 | 0 | 4 | 10 | 256 | 110 | 110 |
| Binary | 10000011 | 11101011 | 11100001 | 101100 | 0 | 100 | 1000 | 10101110 | 1001000 | 1001000 |
Color Harmonies of #83EBE1
Complementary color
Monochromatic Colors of #83EBE1
Black with #83EBE1
Text Example
Text Example
White with #83EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EBE1; }
p { color: rgb(131,235,225); }
H1.HeaderClassName
{
color: #83EBE1;
}
.AnyTagClassName
{
color: #83EBE1;
}
</style>
background-color css
<style>
a { background-color: #83EBE1; }
a { background-color: rgb(131,235,225); }
div.DivClassName
{
background-color: #83EBE1;
}
.BgClassName
{
background-color: #83EBE1;
}
</style>
border-color css
<style>
span { border-color: #83EBE1; }
span { border-color: rgb(131,235,225); }
td.TdClassName
{
border-color: #83EBE1;
}
.TagClassName
{
border-color: #83EBE1;
}
</style>