Shades of Aquamarine #80EEE4
Tints of Aquamarine #80EEE4
RGB
CMYK
RGB Variations
Color information
#80EEE4 (or 0x80EEE4) is known color: Aquamarine. HEX triplet: 80, EE and E4. RGB value is (128,238,228). Sum of RGB (Red+Green+Blue) = 128+238+228=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEE4 is #7F111B. Grayscale: #CBCBCB. Windows color (decimal): -8327452 or 15003264. OLE color: 15003264.
HSL color Cylindrical-coordinate representation of color #80EEE4: hue angle of 174.55º 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 #80EEE4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 228 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.07 |
| HSL | 174.55º | 0.76% | 0.72% | - |
| HSV(B) | 174.55º | 0.46% | 0.93% | - |
| XYZ | 53.48 | 71.34 | 84.35 | - |
| YUV | 203.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 228 | 0.46 | 0 | 0.04 | 0.07 | 174.55 | 0.76 | 0.72 |
| Hex | 80 | EE | E4 | 2E | 0 | 4 | 7 | AF | 4C | 48 |
| Octal | 200 | 356 | 344 | 56 | 0 | 4 | 7 | 257 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11100100 | 101110 | 0 | 100 | 111 | 10101111 | 1001100 | 1001000 |
Color Harmonies of #80EEE4
Complementary color
Monochromatic Colors of #80EEE4
Black with #80EEE4
Text Example
Text Example
White with #80EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEE4; }
p { color: rgb(128,238,228); }
H1.HeaderClassName
{
color: #80EEE4;
}
.AnyTagClassName
{
color: #80EEE4;
}
</style>
background-color css
<style>
a { background-color: #80EEE4; }
a { background-color: rgb(128,238,228); }
div.DivClassName
{
background-color: #80EEE4;
}
.BgClassName
{
background-color: #80EEE4;
}
</style>
border-color css
<style>
span { border-color: #80EEE4; }
span { border-color: rgb(128,238,228); }
td.TdClassName
{
border-color: #80EEE4;
}
.TagClassName
{
border-color: #80EEE4;
}
</style>