Shades of Aquamarine #80FBC6
Tints of Aquamarine #80FBC6
RGB
CMYK
RGB Variations
Color information
#80FBC6 (or 0x80FBC6) is known color: Aquamarine. HEX triplet: 80, FB and C6. RGB value is (128,251,198). Sum of RGB (Red+Green+Blue) = 128+251+198=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC6 is #7F0439. Grayscale: #D0D0D0. Windows color (decimal): -8324154 or 13040512. OLE color: 13040512.
HSL color Cylindrical-coordinate representation of color #80FBC6: hue angle of 154.15º 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 #80FBC6 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 198 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.02 |
| HSL | 154.15º | 0.94% | 0.74% | - |
| HSV(B) | 154.15º | 0.49% | 0.98% | - |
| XYZ | 53.59 | 77.66 | 65.59 | - |
| YUV | 208.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 198 | 0.49 | 0 | 0.21 | 0.02 | 154.15 | 0.94 | 0.74 |
| Hex | 80 | FB | C6 | 31 | 0 | 15 | 2 | 9A | 5E | 4A |
| Octal | 200 | 373 | 306 | 61 | 0 | 25 | 2 | 232 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11000110 | 110001 | 0 | 10101 | 10 | 10011010 | 1011110 | 1001010 |
Color Harmonies of #80FBC6
Complementary color
Monochromatic Colors of #80FBC6
Black with #80FBC6
Text Example
Text Example
White with #80FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC6; }
p { color: rgb(128,251,198); }
H1.HeaderClassName
{
color: #80FBC6;
}
.AnyTagClassName
{
color: #80FBC6;
}
</style>
background-color css
<style>
a { background-color: #80FBC6; }
a { background-color: rgb(128,251,198); }
div.DivClassName
{
background-color: #80FBC6;
}
.BgClassName
{
background-color: #80FBC6;
}
</style>
border-color css
<style>
span { border-color: #80FBC6; }
span { border-color: rgb(128,251,198); }
td.TdClassName
{
border-color: #80FBC6;
}
.TagClassName
{
border-color: #80FBC6;
}
</style>