Shades of Aquamarine #80F1B9
Tints of Aquamarine #80F1B9
RGB
CMYK
RGB Variations
Color information
#80F1B9 (or 0x80F1B9) is known color: Aquamarine. HEX triplet: 80, F1 and B9. RGB value is (128,241,185). Sum of RGB (Red+Green+Blue) = 128+241+185=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1B9 is #7F0E46. Grayscale: #C8C8C8. Windows color (decimal): -8326727 or 12185984. OLE color: 12185984.
HSL color Cylindrical-coordinate representation of color #80F1B9: hue angle of 150.27º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F1B9 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 185 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.05 |
| HSL | 150.27º | 0.8% | 0.72% | - |
| HSV(B) | 150.27º | 0.47% | 0.95% | - |
| XYZ | 49.11 | 71 | 57.02 | - |
| YUV | 200.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 185 | 0.47 | 0 | 0.23 | 0.05 | 150.27 | 0.8 | 0.72 |
| Hex | 80 | F1 | B9 | 2F | 0 | 17 | 5 | 96 | 50 | 48 |
| Octal | 200 | 361 | 271 | 57 | 0 | 27 | 5 | 226 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10111001 | 101111 | 0 | 10111 | 101 | 10010110 | 1010000 | 1001000 |
Color Harmonies of #80F1B9
Complementary color
Monochromatic Colors of #80F1B9
Black with #80F1B9
Text Example
Text Example
White with #80F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1B9; }
p { color: rgb(128,241,185); }
H1.HeaderClassName
{
color: #80F1B9;
}
.AnyTagClassName
{
color: #80F1B9;
}
</style>
background-color css
<style>
a { background-color: #80F1B9; }
a { background-color: rgb(128,241,185); }
div.DivClassName
{
background-color: #80F1B9;
}
.BgClassName
{
background-color: #80F1B9;
}
</style>
border-color css
<style>
span { border-color: #80F1B9; }
span { border-color: rgb(128,241,185); }
td.TdClassName
{
border-color: #80F1B9;
}
.TagClassName
{
border-color: #80F1B9;
}
</style>