Shades of Aquamarine #80F4C0
Tints of Aquamarine #80F4C0
RGB
CMYK
RGB Variations
Color information
#80F4C0 (or 0x80F4C0) is known color: Aquamarine. HEX triplet: 80, F4 and C0. RGB value is (128,244,192). Sum of RGB (Red+Green+Blue) = 128+244+192=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4C0 is #7F0B3F. Grayscale: #CBCBCB. Windows color (decimal): -8325952 or 12645504. OLE color: 12645504.
HSL color Cylindrical-coordinate representation of color #80F4C0: hue angle of 153.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4C0 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 192 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.04 |
| HSL | 153.1º | 0.84% | 0.73% | - |
| HSV(B) | 153.1º | 0.48% | 0.96% | - |
| XYZ | 50.77 | 73.1 | 61.3 | - |
| YUV | 203.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 192 | 0.48 | 0 | 0.21 | 0.04 | 153.1 | 0.84 | 0.73 |
| Hex | 80 | F4 | C0 | 30 | 0 | 15 | 4 | 99 | 54 | 49 |
| Octal | 200 | 364 | 300 | 60 | 0 | 25 | 4 | 231 | 124 | 111 |
| Binary | 10000000 | 11110100 | 11000000 | 110000 | 0 | 10101 | 100 | 10011001 | 1010100 | 1001001 |
Color Harmonies of #80F4C0
Complementary color
Monochromatic Colors of #80F4C0
Black with #80F4C0
Text Example
Text Example
White with #80F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F4C0; }
p { color: rgb(128,244,192); }
H1.HeaderClassName
{
color: #80F4C0;
}
.AnyTagClassName
{
color: #80F4C0;
}
</style>
background-color css
<style>
a { background-color: #80F4C0; }
a { background-color: rgb(128,244,192); }
div.DivClassName
{
background-color: #80F4C0;
}
.BgClassName
{
background-color: #80F4C0;
}
</style>
border-color css
<style>
span { border-color: #80F4C0; }
span { border-color: rgb(128,244,192); }
td.TdClassName
{
border-color: #80F4C0;
}
.TagClassName
{
border-color: #80F4C0;
}
</style>