Shades of Aquamarine #80F9C2
Tints of Aquamarine #80F9C2
RGB
CMYK
RGB Variations
Color information
#80F9C2 (or 0x80F9C2) is known color: Aquamarine. HEX triplet: 80, F9 and C2. RGB value is (128,249,194). Sum of RGB (Red+Green+Blue) = 128+249+194=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9C2 is #7F063D. Grayscale: #CECECE. Windows color (decimal): -8324670 or 12777856. OLE color: 12777856.
HSL color Cylindrical-coordinate representation of color #80F9C2: hue angle of 152.73º degrees, saturation: 0.91, 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 #80F9C2 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 194 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.02 |
| HSL | 152.73º | 0.91% | 0.74% | - |
| HSV(B) | 152.73º | 0.49% | 0.98% | - |
| XYZ | 52.52 | 76.24 | 62.99 | - |
| YUV | 206.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 194 | 0.49 | 0 | 0.22 | 0.02 | 152.73 | 0.91 | 0.74 |
| Hex | 80 | F9 | C2 | 31 | 0 | 16 | 2 | 99 | 5B | 4A |
| Octal | 200 | 371 | 302 | 61 | 0 | 26 | 2 | 231 | 133 | 112 |
| Binary | 10000000 | 11111001 | 11000010 | 110001 | 0 | 10110 | 10 | 10011001 | 1011011 | 1001010 |
Color Harmonies of #80F9C2
Complementary color
Monochromatic Colors of #80F9C2
Black with #80F9C2
Text Example
Text Example
White with #80F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9C2; }
p { color: rgb(128,249,194); }
H1.HeaderClassName
{
color: #80F9C2;
}
.AnyTagClassName
{
color: #80F9C2;
}
</style>
background-color css
<style>
a { background-color: #80F9C2; }
a { background-color: rgb(128,249,194); }
div.DivClassName
{
background-color: #80F9C2;
}
.BgClassName
{
background-color: #80F9C2;
}
</style>
border-color css
<style>
span { border-color: #80F9C2; }
span { border-color: rgb(128,249,194); }
td.TdClassName
{
border-color: #80F9C2;
}
.TagClassName
{
border-color: #80F9C2;
}
</style>