Shades of Aquamarine #80F1BA
Tints of Aquamarine #80F1BA
RGB
CMYK
RGB Variations
Color information
#80F1BA (or 0x80F1BA) is known color: Aquamarine. HEX triplet: 80, F1 and BA. RGB value is (128,241,186). Sum of RGB (Red+Green+Blue) = 128+241+186=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1BA is #7F0E45. Grayscale: #C9C9C9. Windows color (decimal): -8326726 or 12251520. OLE color: 12251520.
HSL color Cylindrical-coordinate representation of color #80F1BA: hue angle of 150.8º 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 #80F1BA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 186 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.05 |
| HSL | 150.8º | 0.8% | 0.72% | - |
| HSV(B) | 150.8º | 0.47% | 0.95% | - |
| XYZ | 49.22 | 71.04 | 57.57 | - |
| YUV | 200.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 186 | 0.47 | 0 | 0.23 | 0.05 | 150.8 | 0.8 | 0.72 |
| Hex | 80 | F1 | BA | 2F | 0 | 17 | 5 | 97 | 50 | 48 |
| Octal | 200 | 361 | 272 | 57 | 0 | 27 | 5 | 227 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10111010 | 101111 | 0 | 10111 | 101 | 10010111 | 1010000 | 1001000 |
Color Harmonies of #80F1BA
Complementary color
Monochromatic Colors of #80F1BA
Black with #80F1BA
Text Example
Text Example
White with #80F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1BA; }
p { color: rgb(128,241,186); }
H1.HeaderClassName
{
color: #80F1BA;
}
.AnyTagClassName
{
color: #80F1BA;
}
</style>
background-color css
<style>
a { background-color: #80F1BA; }
a { background-color: rgb(128,241,186); }
div.DivClassName
{
background-color: #80F1BA;
}
.BgClassName
{
background-color: #80F1BA;
}
</style>
border-color css
<style>
span { border-color: #80F1BA; }
span { border-color: rgb(128,241,186); }
td.TdClassName
{
border-color: #80F1BA;
}
.TagClassName
{
border-color: #80F1BA;
}
</style>