Shades of Aquamarine #80F3E0
Tints of Aquamarine #80F3E0
RGB
CMYK
RGB Variations
Color information
#80F3E0 (or 0x80F3E0) is known color: Aquamarine. HEX triplet: 80, F3 and E0. RGB value is (128,243,224). Sum of RGB (Red+Green+Blue) = 128+243+224=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F3E0 is #7F0C1F. Grayscale: #CECECE. Windows color (decimal): -8326176 or 14742400. OLE color: 14742400.
HSL color Cylindrical-coordinate representation of color #80F3E0: hue angle of 170.09º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3E0 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 224 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.05 |
| HSL | 170.09º | 0.83% | 0.73% | - |
| HSV(B) | 170.09º | 0.47% | 0.95% | - |
| XYZ | 54.41 | 74.07 | 81.95 | - |
| YUV | 206.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 224 | 0.47 | 0 | 0.08 | 0.05 | 170.09 | 0.83 | 0.73 |
| Hex | 80 | F3 | E0 | 2F | 0 | 8 | 5 | AA | 53 | 49 |
| Octal | 200 | 363 | 340 | 57 | 0 | 10 | 5 | 252 | 123 | 111 |
| Binary | 10000000 | 11110011 | 11100000 | 101111 | 0 | 1000 | 101 | 10101010 | 1010011 | 1001001 |
Color Harmonies of #80F3E0
Complementary color
Monochromatic Colors of #80F3E0
Black with #80F3E0
Text Example
Text Example
White with #80F3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F3E0; }
p { color: rgb(128,243,224); }
H1.HeaderClassName
{
color: #80F3E0;
}
.AnyTagClassName
{
color: #80F3E0;
}
</style>
background-color css
<style>
a { background-color: #80F3E0; }
a { background-color: rgb(128,243,224); }
div.DivClassName
{
background-color: #80F3E0;
}
.BgClassName
{
background-color: #80F3E0;
}
</style>
border-color css
<style>
span { border-color: #80F3E0; }
span { border-color: rgb(128,243,224); }
td.TdClassName
{
border-color: #80F3E0;
}
.TagClassName
{
border-color: #80F3E0;
}
</style>