Shades of Aquamarine #80FBC2
Tints of Aquamarine #80FBC2
RGB
CMYK
RGB Variations
Color information
#80FBC2 (or 0x80FBC2) is known color: Aquamarine. HEX triplet: 80, FB and C2. RGB value is (128,251,194). Sum of RGB (Red+Green+Blue) = 128+251+194=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC2 is #7F043D. Grayscale: #CFCFCF. Windows color (decimal): -8324158 or 12778368. OLE color: 12778368.
HSL color Cylindrical-coordinate representation of color #80FBC2: hue angle of 152.2º 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 #80FBC2 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 194 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.02 |
| HSL | 152.2º | 0.94% | 0.74% | - |
| HSV(B) | 152.2º | 0.49% | 0.98% | - |
| XYZ | 53.14 | 77.48 | 63.19 | - |
| YUV | 207.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 194 | 0.49 | 0 | 0.23 | 0.02 | 152.2 | 0.94 | 0.74 |
| Hex | 80 | FB | C2 | 31 | 0 | 17 | 2 | 98 | 5E | 4A |
| Octal | 200 | 373 | 302 | 61 | 0 | 27 | 2 | 230 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11000010 | 110001 | 0 | 10111 | 10 | 10011000 | 1011110 | 1001010 |
Color Harmonies of #80FBC2
Complementary color
Monochromatic Colors of #80FBC2
Black with #80FBC2
Text Example
Text Example
White with #80FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC2; }
p { color: rgb(128,251,194); }
H1.HeaderClassName
{
color: #80FBC2;
}
.AnyTagClassName
{
color: #80FBC2;
}
</style>
background-color css
<style>
a { background-color: #80FBC2; }
a { background-color: rgb(128,251,194); }
div.DivClassName
{
background-color: #80FBC2;
}
.BgClassName
{
background-color: #80FBC2;
}
</style>
border-color css
<style>
span { border-color: #80FBC2; }
span { border-color: rgb(128,251,194); }
td.TdClassName
{
border-color: #80FBC2;
}
.TagClassName
{
border-color: #80FBC2;
}
</style>