Shades of Aquamarine #80F4DF
Tints of Aquamarine #80F4DF
RGB
CMYK
RGB Variations
Color information
#80F4DF (or 0x80F4DF) is known color: Aquamarine. HEX triplet: 80, F4 and DF. RGB value is (128,244,223). Sum of RGB (Red+Green+Blue) = 128+244+223=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4DF is #7F0B20. Grayscale: #CECECE. Windows color (decimal): -8325921 or 14677120. OLE color: 14677120.
HSL color Cylindrical-coordinate representation of color #80F4DF: hue angle of 169.14º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4DF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 223 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.04 |
| HSL | 169.14º | 0.84% | 0.73% | - |
| HSV(B) | 169.14º | 0.48% | 0.96% | - |
| XYZ | 54.57 | 74.62 | 81.34 | - |
| YUV | 206.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 223 | 0.48 | 0 | 0.09 | 0.04 | 169.14 | 0.84 | 0.73 |
| Hex | 80 | F4 | DF | 30 | 0 | 9 | 4 | A9 | 54 | 49 |
| Octal | 200 | 364 | 337 | 60 | 0 | 11 | 4 | 251 | 124 | 111 |
| Binary | 10000000 | 11110100 | 11011111 | 110000 | 0 | 1001 | 100 | 10101001 | 1010100 | 1001001 |
Color Harmonies of #80F4DF
Complementary color
Monochromatic Colors of #80F4DF
Black with #80F4DF
Text Example
Text Example
White with #80F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F4DF; }
p { color: rgb(128,244,223); }
H1.HeaderClassName
{
color: #80F4DF;
}
.AnyTagClassName
{
color: #80F4DF;
}
</style>
background-color css
<style>
a { background-color: #80F4DF; }
a { background-color: rgb(128,244,223); }
div.DivClassName
{
background-color: #80F4DF;
}
.BgClassName
{
background-color: #80F4DF;
}
</style>
border-color css
<style>
span { border-color: #80F4DF; }
span { border-color: rgb(128,244,223); }
td.TdClassName
{
border-color: #80F4DF;
}
.TagClassName
{
border-color: #80F4DF;
}
</style>