Shades of Aquamarine #80FBBE
Tints of Aquamarine #80FBBE
RGB
CMYK
RGB Variations
Color information
#80FBBE (or 0x80FBBE) is known color: Aquamarine. HEX triplet: 80, FB and BE. RGB value is (128,251,190). Sum of RGB (Red+Green+Blue) = 128+251+190=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBBE is #7F0441. Grayscale: #CFCFCF. Windows color (decimal): -8324162 or 12516224. OLE color: 12516224.
HSL color Cylindrical-coordinate representation of color #80FBBE: hue angle of 150.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBBE is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 190 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.02 |
| HSL | 150.24º | 0.94% | 0.74% | - |
| HSV(B) | 150.24º | 0.49% | 0.98% | - |
| XYZ | 52.69 | 77.3 | 60.86 | - |
| YUV | 207.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 190 | 0.49 | 0 | 0.24 | 0.02 | 150.24 | 0.94 | 0.74 |
| Hex | 80 | FB | BE | 31 | 0 | 18 | 2 | 96 | 5E | 4A |
| Octal | 200 | 373 | 276 | 61 | 0 | 30 | 2 | 226 | 136 | 112 |
| Binary | 10000000 | 11111011 | 10111110 | 110001 | 0 | 11000 | 10 | 10010110 | 1011110 | 1001010 |
Color Harmonies of #80FBBE
Complementary color
Monochromatic Colors of #80FBBE
Black with #80FBBE
Text Example
Text Example
White with #80FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBBE; }
p { color: rgb(128,251,190); }
H1.HeaderClassName
{
color: #80FBBE;
}
.AnyTagClassName
{
color: #80FBBE;
}
</style>
background-color css
<style>
a { background-color: #80FBBE; }
a { background-color: rgb(128,251,190); }
div.DivClassName
{
background-color: #80FBBE;
}
.BgClassName
{
background-color: #80FBBE;
}
</style>
border-color css
<style>
span { border-color: #80FBBE; }
span { border-color: rgb(128,251,190); }
td.TdClassName
{
border-color: #80FBBE;
}
.TagClassName
{
border-color: #80FBBE;
}
</style>