Shades of Aquamarine #80FBE4
Tints of Aquamarine #80FBE4
RGB
CMYK
RGB Variations
Color information
#80FBE4 (or 0x80FBE4) is known color: Aquamarine. HEX triplet: 80, FB and E4. RGB value is (128,251,228). Sum of RGB (Red+Green+Blue) = 128+251+228=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBE4 is #7F041B. Grayscale: #D3D3D3. Windows color (decimal): -8324124 or 15006592. OLE color: 15006592.
HSL color Cylindrical-coordinate representation of color #80FBE4: hue angle of 168.78º 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 #80FBE4 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 228 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.02 |
| HSL | 168.78º | 0.94% | 0.74% | - |
| HSV(B) | 168.78º | 0.49% | 0.98% | - |
| XYZ | 57.4 | 79.18 | 85.66 | - |
| YUV | 211.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 228 | 0.49 | 0 | 0.09 | 0.02 | 168.78 | 0.94 | 0.74 |
| Hex | 80 | FB | E4 | 31 | 0 | 9 | 2 | A9 | 5E | 4A |
| Octal | 200 | 373 | 344 | 61 | 0 | 11 | 2 | 251 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11100100 | 110001 | 0 | 1001 | 10 | 10101001 | 1011110 | 1001010 |
Color Harmonies of #80FBE4
Complementary color
Monochromatic Colors of #80FBE4
Black with #80FBE4
Text Example
Text Example
White with #80FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBE4; }
p { color: rgb(128,251,228); }
H1.HeaderClassName
{
color: #80FBE4;
}
.AnyTagClassName
{
color: #80FBE4;
}
</style>
background-color css
<style>
a { background-color: #80FBE4; }
a { background-color: rgb(128,251,228); }
div.DivClassName
{
background-color: #80FBE4;
}
.BgClassName
{
background-color: #80FBE4;
}
</style>
border-color css
<style>
span { border-color: #80FBE4; }
span { border-color: rgb(128,251,228); }
td.TdClassName
{
border-color: #80FBE4;
}
.TagClassName
{
border-color: #80FBE4;
}
</style>