Shades of Aquamarine #80F1DC
Tints of Aquamarine #80F1DC
RGB
CMYK
RGB Variations
Color information
#80F1DC (or 0x80F1DC) is known color: Aquamarine. HEX triplet: 80, F1 and DC. RGB value is (128,241,220). Sum of RGB (Red+Green+Blue) = 128+241+220=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1DC is #7F0E23. Grayscale: #CCCCCC. Windows color (decimal): -8326692 or 14479744. OLE color: 14479744.
HSL color Cylindrical-coordinate representation of color #80F1DC: hue angle of 168.85º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F1DC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 220 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.05 |
| HSL | 168.85º | 0.8% | 0.72% | - |
| HSV(B) | 168.85º | 0.47% | 0.95% | - |
| XYZ | 53.28 | 72.67 | 78.93 | - |
| YUV | 204.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 220 | 0.47 | 0 | 0.09 | 0.05 | 168.85 | 0.8 | 0.72 |
| Hex | 80 | F1 | DC | 2F | 0 | 9 | 5 | A9 | 50 | 48 |
| Octal | 200 | 361 | 334 | 57 | 0 | 11 | 5 | 251 | 120 | 110 |
| Binary | 10000000 | 11110001 | 11011100 | 101111 | 0 | 1001 | 101 | 10101001 | 1010000 | 1001000 |
Color Harmonies of #80F1DC
Complementary color
Monochromatic Colors of #80F1DC
Black with #80F1DC
Text Example
Text Example
White with #80F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1DC; }
p { color: rgb(128,241,220); }
H1.HeaderClassName
{
color: #80F1DC;
}
.AnyTagClassName
{
color: #80F1DC;
}
</style>
background-color css
<style>
a { background-color: #80F1DC; }
a { background-color: rgb(128,241,220); }
div.DivClassName
{
background-color: #80F1DC;
}
.BgClassName
{
background-color: #80F1DC;
}
</style>
border-color css
<style>
span { border-color: #80F1DC; }
span { border-color: rgb(128,241,220); }
td.TdClassName
{
border-color: #80F1DC;
}
.TagClassName
{
border-color: #80F1DC;
}
</style>