Shades of Aquamarine #80F3BE
Tints of Aquamarine #80F3BE
RGB
CMYK
RGB Variations
Color information
#80F3BE (or 0x80F3BE) is known color: Aquamarine. HEX triplet: 80, F3 and BE. RGB value is (128,243,190). Sum of RGB (Red+Green+Blue) = 128+243+190=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F3BE is #7F0C41. Grayscale: #CACACA. Windows color (decimal): -8326210 or 12514176. OLE color: 12514176.
HSL color Cylindrical-coordinate representation of color #80F3BE: hue angle of 152.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3BE is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 190 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.05 |
| HSL | 152.35º | 0.83% | 0.73% | - |
| HSV(B) | 152.35º | 0.47% | 0.95% | - |
| XYZ | 50.25 | 72.41 | 60.04 | - |
| YUV | 202.57 | 120.9 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 190 | 0.47 | 0 | 0.22 | 0.05 | 152.35 | 0.83 | 0.73 |
| Hex | 80 | F3 | BE | 2F | 0 | 16 | 5 | 98 | 53 | 49 |
| Octal | 200 | 363 | 276 | 57 | 0 | 26 | 5 | 230 | 123 | 111 |
| Binary | 10000000 | 11110011 | 10111110 | 101111 | 0 | 10110 | 101 | 10011000 | 1010011 | 1001001 |
Color Harmonies of #80F3BE
Complementary color
Monochromatic Colors of #80F3BE
Black with #80F3BE
Text Example
Text Example
White with #80F3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F3BE; }
p { color: rgb(128,243,190); }
H1.HeaderClassName
{
color: #80F3BE;
}
.AnyTagClassName
{
color: #80F3BE;
}
</style>
background-color css
<style>
a { background-color: #80F3BE; }
a { background-color: rgb(128,243,190); }
div.DivClassName
{
background-color: #80F3BE;
}
.BgClassName
{
background-color: #80F3BE;
}
</style>
border-color css
<style>
span { border-color: #80F3BE; }
span { border-color: rgb(128,243,190); }
td.TdClassName
{
border-color: #80F3BE;
}
.TagClassName
{
border-color: #80F3BE;
}
</style>