Shades of Aquamarine #80F1CE
Tints of Aquamarine #80F1CE
RGB
CMYK
RGB Variations
Color information
#80F1CE (or 0x80F1CE) is known color: Aquamarine. HEX triplet: 80, F1 and CE. RGB value is (128,241,206). Sum of RGB (Red+Green+Blue) = 128+241+206=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1CE is #7F0E31. Grayscale: #CBCBCB. Windows color (decimal): -8326706 or 13562240. OLE color: 13562240.
HSL color Cylindrical-coordinate representation of color #80F1CE: hue angle of 161.42º 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 #80F1CE is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 206 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.05 |
| HSL | 161.42º | 0.8% | 0.72% | - |
| HSV(B) | 161.42º | 0.47% | 0.95% | - |
| XYZ | 51.5 | 71.96 | 69.57 | - |
| YUV | 203.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 206 | 0.47 | 0 | 0.15 | 0.05 | 161.42 | 0.8 | 0.72 |
| Hex | 80 | F1 | CE | 2F | 0 | F | 5 | A1 | 50 | 48 |
| Octal | 200 | 361 | 316 | 57 | 0 | 17 | 5 | 241 | 120 | 110 |
| Binary | 10000000 | 11110001 | 11001110 | 101111 | 0 | 1111 | 101 | 10100001 | 1010000 | 1001000 |
Color Harmonies of #80F1CE
Complementary color
Monochromatic Colors of #80F1CE
Black with #80F1CE
Text Example
Text Example
White with #80F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1CE; }
p { color: rgb(128,241,206); }
H1.HeaderClassName
{
color: #80F1CE;
}
.AnyTagClassName
{
color: #80F1CE;
}
</style>
background-color css
<style>
a { background-color: #80F1CE; }
a { background-color: rgb(128,241,206); }
div.DivClassName
{
background-color: #80F1CE;
}
.BgClassName
{
background-color: #80F1CE;
}
</style>
border-color css
<style>
span { border-color: #80F1CE; }
span { border-color: rgb(128,241,206); }
td.TdClassName
{
border-color: #80F1CE;
}
.TagClassName
{
border-color: #80F1CE;
}
</style>