Shades of Aquamarine #80EEC4
Tints of Aquamarine #80EEC4
RGB
CMYK
RGB Variations
Color information
#80EEC4 (or 0x80EEC4) is known color: Aquamarine. HEX triplet: 80, EE and C4. RGB value is (128,238,196). Sum of RGB (Red+Green+Blue) = 128+238+196=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEC4 is #7F113B. Grayscale: #C8C8C8. Windows color (decimal): -8327484 or 12906112. OLE color: 12906112.
HSL color Cylindrical-coordinate representation of color #80EEC4: hue angle of 157.09º 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 #80EEC4 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 196 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.07 |
| HSL | 157.09º | 0.76% | 0.72% | - |
| HSV(B) | 157.09º | 0.46% | 0.93% | - |
| XYZ | 49.44 | 69.72 | 63.08 | - |
| YUV | 200.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 196 | 0.46 | 0 | 0.18 | 0.07 | 157.09 | 0.76 | 0.72 |
| Hex | 80 | EE | C4 | 2E | 0 | 12 | 7 | 9D | 4C | 48 |
| Octal | 200 | 356 | 304 | 56 | 0 | 22 | 7 | 235 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11000100 | 101110 | 0 | 10010 | 111 | 10011101 | 1001100 | 1001000 |
Color Harmonies of #80EEC4
Complementary color
Monochromatic Colors of #80EEC4
Black with #80EEC4
Text Example
Text Example
White with #80EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEC4; }
p { color: rgb(128,238,196); }
H1.HeaderClassName
{
color: #80EEC4;
}
.AnyTagClassName
{
color: #80EEC4;
}
</style>
background-color css
<style>
a { background-color: #80EEC4; }
a { background-color: rgb(128,238,196); }
div.DivClassName
{
background-color: #80EEC4;
}
.BgClassName
{
background-color: #80EEC4;
}
</style>
border-color css
<style>
span { border-color: #80EEC4; }
span { border-color: rgb(128,238,196); }
td.TdClassName
{
border-color: #80EEC4;
}
.TagClassName
{
border-color: #80EEC4;
}
</style>