Shades of Aquamarine #80F1C3
Tints of Aquamarine #80F1C3
RGB
CMYK
RGB Variations
Color information
#80F1C3 (or 0x80F1C3) is known color: Aquamarine. HEX triplet: 80, F1 and C3. RGB value is (128,241,195). Sum of RGB (Red+Green+Blue) = 128+241+195=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1C3 is #7F0E3C. Grayscale: #CACACA. Windows color (decimal): -8326717 or 12841344. OLE color: 12841344.
HSL color Cylindrical-coordinate representation of color #80F1C3: hue angle of 155.58º 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 #80F1C3 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 195 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.05 |
| HSL | 155.58º | 0.8% | 0.72% | - |
| HSV(B) | 155.58º | 0.47% | 0.95% | - |
| XYZ | 50.21 | 71.44 | 62.77 | - |
| YUV | 201.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 195 | 0.47 | 0 | 0.19 | 0.05 | 155.58 | 0.8 | 0.72 |
| Hex | 80 | F1 | C3 | 2F | 0 | 13 | 5 | 9C | 50 | 48 |
| Octal | 200 | 361 | 303 | 57 | 0 | 23 | 5 | 234 | 120 | 110 |
| Binary | 10000000 | 11110001 | 11000011 | 101111 | 0 | 10011 | 101 | 10011100 | 1010000 | 1001000 |
Color Harmonies of #80F1C3
Complementary color
Monochromatic Colors of #80F1C3
Black with #80F1C3
Text Example
Text Example
White with #80F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1C3; }
p { color: rgb(128,241,195); }
H1.HeaderClassName
{
color: #80F1C3;
}
.AnyTagClassName
{
color: #80F1C3;
}
</style>
background-color css
<style>
a { background-color: #80F1C3; }
a { background-color: rgb(128,241,195); }
div.DivClassName
{
background-color: #80F1C3;
}
.BgClassName
{
background-color: #80F1C3;
}
</style>
border-color css
<style>
span { border-color: #80F1C3; }
span { border-color: rgb(128,241,195); }
td.TdClassName
{
border-color: #80F1C3;
}
.TagClassName
{
border-color: #80F1C3;
}
</style>