Shades of Aquamarine #80F7BD
Tints of Aquamarine #80F7BD
RGB
CMYK
RGB Variations
Color information
#80F7BD (or 0x80F7BD) is known color: Aquamarine. HEX triplet: 80, F7 and BD. RGB value is (128,247,189). Sum of RGB (Red+Green+Blue) = 128+247+189=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F7BD is #7F0842. Grayscale: #CCCCCC. Windows color (decimal): -8325187 or 12449664. OLE color: 12449664.
HSL color Cylindrical-coordinate representation of color #80F7BD: hue angle of 150.76º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7BD is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 189 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.03 |
| HSL | 150.76º | 0.88% | 0.74% | - |
| HSV(B) | 150.76º | 0.48% | 0.97% | - |
| XYZ | 51.35 | 74.78 | 59.87 | - |
| YUV | 204.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 189 | 0.48 | 0 | 0.23 | 0.03 | 150.76 | 0.88 | 0.74 |
| Hex | 80 | F7 | BD | 30 | 0 | 17 | 3 | 97 | 58 | 4A |
| Octal | 200 | 367 | 275 | 60 | 0 | 27 | 3 | 227 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10111101 | 110000 | 0 | 10111 | 11 | 10010111 | 1011000 | 1001010 |
Color Harmonies of #80F7BD
Complementary color
Monochromatic Colors of #80F7BD
Black with #80F7BD
Text Example
Text Example
White with #80F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F7BD; }
p { color: rgb(128,247,189); }
H1.HeaderClassName
{
color: #80F7BD;
}
.AnyTagClassName
{
color: #80F7BD;
}
</style>
background-color css
<style>
a { background-color: #80F7BD; }
a { background-color: rgb(128,247,189); }
div.DivClassName
{
background-color: #80F7BD;
}
.BgClassName
{
background-color: #80F7BD;
}
</style>
border-color css
<style>
span { border-color: #80F7BD; }
span { border-color: rgb(128,247,189); }
td.TdClassName
{
border-color: #80F7BD;
}
.TagClassName
{
border-color: #80F7BD;
}
</style>