Shades of Aquamarine #80FABB
Tints of Aquamarine #80FABB
RGB
CMYK
RGB Variations
Color information
#80FABB (or 0x80FABB) is known color: Aquamarine. HEX triplet: 80, FA and BB. RGB value is (128,250,187). Sum of RGB (Red+Green+Blue) = 128+250+187=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #80FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FABB is #7F0544. Grayscale: #CECECE. Windows color (decimal): -8324421 or 12319360. OLE color: 12319360.
HSL color Cylindrical-coordinate representation of color #80FABB: hue angle of 149.02º degrees, saturation: 0.92, 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 #80FABB is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 187 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.02 |
| HSL | 149.02º | 0.92% | 0.74% | - |
| HSV(B) | 149.02º | 0.49% | 0.98% | - |
| XYZ | 52.06 | 76.55 | 59.05 | - |
| YUV | 206.34 | 117.08 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 187 | 0.49 | 0 | 0.25 | 0.02 | 149.02 | 0.92 | 0.74 |
| Hex | 80 | FA | BB | 31 | 0 | 19 | 2 | 95 | 5C | 4A |
| Octal | 200 | 372 | 273 | 61 | 0 | 31 | 2 | 225 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10111011 | 110001 | 0 | 11001 | 10 | 10010101 | 1011100 | 1001010 |
Color Harmonies of #80FABB
Complementary color
Monochromatic Colors of #80FABB
Black with #80FABB
Text Example
Text Example
White with #80FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FABB; }
p { color: rgb(128,250,187); }
H1.HeaderClassName
{
color: #80FABB;
}
.AnyTagClassName
{
color: #80FABB;
}
</style>
background-color css
<style>
a { background-color: #80FABB; }
a { background-color: rgb(128,250,187); }
div.DivClassName
{
background-color: #80FABB;
}
.BgClassName
{
background-color: #80FABB;
}
</style>
border-color css
<style>
span { border-color: #80FABB; }
span { border-color: rgb(128,250,187); }
td.TdClassName
{
border-color: #80FABB;
}
.TagClassName
{
border-color: #80FABB;
}
</style>