Shades of Aquamarine #80F9D7
Tints of Aquamarine #80F9D7
RGB
CMYK
RGB Variations
Color information
#80F9D7 (or 0x80F9D7) is known color: Aquamarine. HEX triplet: 80, F9 and D7. RGB value is (128,249,215). Sum of RGB (Red+Green+Blue) = 128+249+215=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9D7 is #7F0628. Grayscale: #D0D0D0. Windows color (decimal): -8324649 or 14154112. OLE color: 14154112.
HSL color Cylindrical-coordinate representation of color #80F9D7: hue angle of 163.14º 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 #80F9D7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 215 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.02 |
| HSL | 163.14º | 0.91% | 0.74% | - |
| HSV(B) | 163.14º | 0.49% | 0.98% | - |
| XYZ | 55.04 | 77.25 | 76.3 | - |
| YUV | 208.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 215 | 0.49 | 0 | 0.14 | 0.02 | 163.14 | 0.91 | 0.74 |
| Hex | 80 | F9 | D7 | 31 | 0 | E | 2 | A3 | 5B | 4A |
| Octal | 200 | 371 | 327 | 61 | 0 | 16 | 2 | 243 | 133 | 112 |
| Binary | 10000000 | 11111001 | 11010111 | 110001 | 0 | 1110 | 10 | 10100011 | 1011011 | 1001010 |
Color Harmonies of #80F9D7
Complementary color
Monochromatic Colors of #80F9D7
Black with #80F9D7
Text Example
Text Example
White with #80F9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9D7; }
p { color: rgb(128,249,215); }
H1.HeaderClassName
{
color: #80F9D7;
}
.AnyTagClassName
{
color: #80F9D7;
}
</style>
background-color css
<style>
a { background-color: #80F9D7; }
a { background-color: rgb(128,249,215); }
div.DivClassName
{
background-color: #80F9D7;
}
.BgClassName
{
background-color: #80F9D7;
}
</style>
border-color css
<style>
span { border-color: #80F9D7; }
span { border-color: rgb(128,249,215); }
td.TdClassName
{
border-color: #80F9D7;
}
.TagClassName
{
border-color: #80F9D7;
}
</style>