Shades of Aquamarine #80FBE2
Tints of Aquamarine #80FBE2
RGB
CMYK
RGB Variations
Color information
#80FBE2 (or 0x80FBE2) is known color: Aquamarine. HEX triplet: 80, FB and E2. RGB value is (128,251,226). Sum of RGB (Red+Green+Blue) = 128+251+226=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBE2 is #7F041D. Grayscale: #D3D3D3. Windows color (decimal): -8324126 or 14875520. OLE color: 14875520.
HSL color Cylindrical-coordinate representation of color #80FBE2: hue angle of 167.8º 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 #80FBE2 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 226 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.02 |
| HSL | 167.8º | 0.94% | 0.74% | - |
| HSV(B) | 167.8º | 0.49% | 0.98% | - |
| XYZ | 57.13 | 79.07 | 84.2 | - |
| YUV | 211.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 226 | 0.49 | 0 | 0.10 | 0.02 | 167.8 | 0.94 | 0.74 |
| Hex | 80 | FB | E2 | 31 | 0 | A | 2 | A8 | 5E | 4A |
| Octal | 200 | 373 | 342 | 61 | 0 | 12 | 2 | 250 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11100010 | 110001 | 0 | 1010 | 10 | 10101000 | 1011110 | 1001010 |
Color Harmonies of #80FBE2
Complementary color
Monochromatic Colors of #80FBE2
Black with #80FBE2
Text Example
Text Example
White with #80FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBE2; }
p { color: rgb(128,251,226); }
H1.HeaderClassName
{
color: #80FBE2;
}
.AnyTagClassName
{
color: #80FBE2;
}
</style>
background-color css
<style>
a { background-color: #80FBE2; }
a { background-color: rgb(128,251,226); }
div.DivClassName
{
background-color: #80FBE2;
}
.BgClassName
{
background-color: #80FBE2;
}
</style>
border-color css
<style>
span { border-color: #80FBE2; }
span { border-color: rgb(128,251,226); }
td.TdClassName
{
border-color: #80FBE2;
}
.TagClassName
{
border-color: #80FBE2;
}
</style>