Shades of Aquamarine #80EEE3
Tints of Aquamarine #80EEE3
RGB
CMYK
RGB Variations
Color information
#80EEE3 (or 0x80EEE3) is known color: Aquamarine. HEX triplet: 80, EE and E3. RGB value is (128,238,227). Sum of RGB (Red+Green+Blue) = 128+238+227=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEE3 is #7F111C. Grayscale: #CBCBCB. Windows color (decimal): -8327453 or 14937728. OLE color: 14937728.
HSL color Cylindrical-coordinate representation of color #80EEE3: hue angle of 174º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEE3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 227 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.07 |
| HSL | 174º | 0.76% | 0.72% | - |
| HSV(B) | 174º | 0.46% | 0.93% | - |
| XYZ | 53.34 | 71.28 | 83.62 | - |
| YUV | 203.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 227 | 0.46 | 0 | 0.05 | 0.07 | 174 | 0.76 | 0.72 |
| Hex | 80 | EE | E3 | 2E | 0 | 5 | 7 | AE | 4C | 48 |
| Octal | 200 | 356 | 343 | 56 | 0 | 5 | 7 | 256 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11100011 | 101110 | 0 | 101 | 111 | 10101110 | 1001100 | 1001000 |
Color Harmonies of #80EEE3
Complementary color
Monochromatic Colors of #80EEE3
Black with #80EEE3
Text Example
Text Example
White with #80EEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEE3; }
p { color: rgb(128,238,227); }
H1.HeaderClassName
{
color: #80EEE3;
}
.AnyTagClassName
{
color: #80EEE3;
}
</style>
background-color css
<style>
a { background-color: #80EEE3; }
a { background-color: rgb(128,238,227); }
div.DivClassName
{
background-color: #80EEE3;
}
.BgClassName
{
background-color: #80EEE3;
}
</style>
border-color css
<style>
span { border-color: #80EEE3; }
span { border-color: rgb(128,238,227); }
td.TdClassName
{
border-color: #80EEE3;
}
.TagClassName
{
border-color: #80EEE3;
}
</style>