Shades of Aquamarine #80F5B5
Tints of Aquamarine #80F5B5
RGB
CMYK
RGB Variations
Color information
#80F5B5 (or 0x80F5B5) is known color: Aquamarine. HEX triplet: 80, F5 and B5. RGB value is (128,245,181). Sum of RGB (Red+Green+Blue) = 128+245+181=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F5B5 is #7F0A4A. Grayscale: #CACACA. Windows color (decimal): -8325707 or 11924864. OLE color: 11924864.
HSL color Cylindrical-coordinate representation of color #80F5B5: hue angle of 147.18º degrees, saturation: 0.85, 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 #80F5B5 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 181 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.04 |
| HSL | 147.18º | 0.85% | 0.73% | - |
| HSV(B) | 147.18º | 0.48% | 0.96% | - |
| XYZ | 49.89 | 73.23 | 55.22 | - |
| YUV | 202.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 181 | 0.48 | 0 | 0.26 | 0.04 | 147.18 | 0.85 | 0.73 |
| Hex | 80 | F5 | B5 | 30 | 0 | 1A | 4 | 93 | 55 | 49 |
| Octal | 200 | 365 | 265 | 60 | 0 | 32 | 4 | 223 | 125 | 111 |
| Binary | 10000000 | 11110101 | 10110101 | 110000 | 0 | 11010 | 100 | 10010011 | 1010101 | 1001001 |
Color Harmonies of #80F5B5
Complementary color
Monochromatic Colors of #80F5B5
Black with #80F5B5
Text Example
Text Example
White with #80F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F5B5; }
p { color: rgb(128,245,181); }
H1.HeaderClassName
{
color: #80F5B5;
}
.AnyTagClassName
{
color: #80F5B5;
}
</style>
background-color css
<style>
a { background-color: #80F5B5; }
a { background-color: rgb(128,245,181); }
div.DivClassName
{
background-color: #80F5B5;
}
.BgClassName
{
background-color: #80F5B5;
}
</style>
border-color css
<style>
span { border-color: #80F5B5; }
span { border-color: rgb(128,245,181); }
td.TdClassName
{
border-color: #80F5B5;
}
.TagClassName
{
border-color: #80F5B5;
}
</style>