Shades of Aquamarine #80FBE8
Tints of Aquamarine #80FBE8
RGB
CMYK
RGB Variations
Color information
#80FBE8 (or 0x80FBE8) is known color: Aquamarine. HEX triplet: 80, FB and E8. RGB value is (128,251,232). Sum of RGB (Red+Green+Blue) = 128+251+232=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBE8 is #7F0417. Grayscale: #D4D4D4. Windows color (decimal): -8324120 or 15268736. OLE color: 15268736.
HSL color Cylindrical-coordinate representation of color #80FBE8: hue angle of 170.73º 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 #80FBE8 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 232 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.02 |
| HSL | 170.73º | 0.94% | 0.74% | - |
| HSV(B) | 170.73º | 0.49% | 0.98% | - |
| XYZ | 57.96 | 79.41 | 88.62 | - |
| YUV | 212.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 232 | 0.49 | 0 | 0.08 | 0.02 | 170.73 | 0.94 | 0.74 |
| Hex | 80 | FB | E8 | 31 | 0 | 8 | 2 | AB | 5E | 4A |
| Octal | 200 | 373 | 350 | 61 | 0 | 10 | 2 | 253 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11101000 | 110001 | 0 | 1000 | 10 | 10101011 | 1011110 | 1001010 |
Color Harmonies of #80FBE8
Complementary color
Monochromatic Colors of #80FBE8
Black with #80FBE8
Text Example
Text Example
White with #80FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBE8; }
p { color: rgb(128,251,232); }
H1.HeaderClassName
{
color: #80FBE8;
}
.AnyTagClassName
{
color: #80FBE8;
}
</style>
background-color css
<style>
a { background-color: #80FBE8; }
a { background-color: rgb(128,251,232); }
div.DivClassName
{
background-color: #80FBE8;
}
.BgClassName
{
background-color: #80FBE8;
}
</style>
border-color css
<style>
span { border-color: #80FBE8; }
span { border-color: rgb(128,251,232); }
td.TdClassName
{
border-color: #80FBE8;
}
.TagClassName
{
border-color: #80FBE8;
}
</style>