Shades of Aquamarine #80FBC8
Tints of Aquamarine #80FBC8
RGB
CMYK
RGB Variations
Color information
#80FBC8 (or 0x80FBC8) is known color: Aquamarine. HEX triplet: 80, FB and C8. RGB value is (128,251,200). Sum of RGB (Red+Green+Blue) = 128+251+200=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC8 is #7F0437. Grayscale: #D0D0D0. Windows color (decimal): -8324152 or 13171584. OLE color: 13171584.
HSL color Cylindrical-coordinate representation of color #80FBC8: hue angle of 155.12º 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 #80FBC8 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 200 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.02 |
| HSL | 155.12º | 0.94% | 0.74% | - |
| HSV(B) | 155.12º | 0.49% | 0.98% | - |
| XYZ | 53.82 | 77.75 | 66.81 | - |
| YUV | 208.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 200 | 0.49 | 0 | 0.20 | 0.02 | 155.12 | 0.94 | 0.74 |
| Hex | 80 | FB | C8 | 31 | 0 | 14 | 2 | 9B | 5E | 4A |
| Octal | 200 | 373 | 310 | 61 | 0 | 24 | 2 | 233 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11001000 | 110001 | 0 | 10100 | 10 | 10011011 | 1011110 | 1001010 |
Color Harmonies of #80FBC8
Complementary color
Monochromatic Colors of #80FBC8
Black with #80FBC8
Text Example
Text Example
White with #80FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC8; }
p { color: rgb(128,251,200); }
H1.HeaderClassName
{
color: #80FBC8;
}
.AnyTagClassName
{
color: #80FBC8;
}
</style>
background-color css
<style>
a { background-color: #80FBC8; }
a { background-color: rgb(128,251,200); }
div.DivClassName
{
background-color: #80FBC8;
}
.BgClassName
{
background-color: #80FBC8;
}
</style>
border-color css
<style>
span { border-color: #80FBC8; }
span { border-color: rgb(128,251,200); }
td.TdClassName
{
border-color: #80FBC8;
}
.TagClassName
{
border-color: #80FBC8;
}
</style>