Shades of Aquamarine #7FFDBF
Tints of Aquamarine #7FFDBF
RGB
CMYK
RGB Variations
Color information
#7FFDBF (or 0x7FFDBF) is known color: Aquamarine. HEX triplet: 7F, FD and BF. RGB value is (127,253,191). Sum of RGB (Red+Green+Blue) = 127+253+191=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDBF is #800240. Grayscale: #D0D0D0. Windows color (decimal): -8389185 or 12582271. OLE color: 12582271.
HSL color Cylindrical-coordinate representation of color #7FFDBF: hue angle of 150.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDBF is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 191 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.01 |
| HSL | 150.48º | 0.97% | 0.75% | - |
| HSV(B) | 150.48º | 0.5% | 0.99% | - |
| XYZ | 53.28 | 78.52 | 61.64 | - |
| YUV | 208.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 191 | 0.50 | 0 | 0.25 | 0.01 | 150.48 | 0.97 | 0.75 |
| Hex | 7F | FD | BF | 32 | 0 | 19 | 1 | 96 | 61 | 4B |
| Octal | 177 | 375 | 277 | 62 | 0 | 31 | 1 | 226 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10111111 | 110010 | 0 | 11001 | 1 | 10010110 | 1100001 | 1001011 |
Color Harmonies of #7FFDBF
Complementary color
Monochromatic Colors of #7FFDBF
Black with #7FFDBF
Text Example
Text Example
White with #7FFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDBF; }
p { color: rgb(127,253,191); }
H1.HeaderClassName
{
color: #7FFDBF;
}
.AnyTagClassName
{
color: #7FFDBF;
}
</style>
background-color css
<style>
a { background-color: #7FFDBF; }
a { background-color: rgb(127,253,191); }
div.DivClassName
{
background-color: #7FFDBF;
}
.BgClassName
{
background-color: #7FFDBF;
}
</style>
border-color css
<style>
span { border-color: #7FFDBF; }
span { border-color: rgb(127,253,191); }
td.TdClassName
{
border-color: #7FFDBF;
}
.TagClassName
{
border-color: #7FFDBF;
}
</style>