Shades of Aquamarine #7FFDB9
Tints of Aquamarine #7FFDB9
RGB
CMYK
RGB Variations
Color information
#7FFDB9 (or 0x7FFDB9) is known color: Aquamarine. HEX triplet: 7F, FD and B9. RGB value is (127,253,185). Sum of RGB (Red+Green+Blue) = 127+253+185=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDB9 is #800246. Grayscale: #CFCFCF. Windows color (decimal): -8389191 or 12189055. OLE color: 12189055.
HSL color Cylindrical-coordinate representation of color #7FFDB9: hue angle of 147.62º 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 #7FFDB9 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 185 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.01 |
| HSL | 147.62º | 0.97% | 0.75% | - |
| HSV(B) | 147.62º | 0.5% | 0.99% | - |
| XYZ | 52.63 | 78.27 | 58.23 | - |
| YUV | 207.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 185 | 0.50 | 0 | 0.27 | 0.01 | 147.62 | 0.97 | 0.75 |
| Hex | 7F | FD | B9 | 32 | 0 | 1B | 1 | 94 | 61 | 4B |
| Octal | 177 | 375 | 271 | 62 | 0 | 33 | 1 | 224 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10111001 | 110010 | 0 | 11011 | 1 | 10010100 | 1100001 | 1001011 |
Color Harmonies of #7FFDB9
Complementary color
Monochromatic Colors of #7FFDB9
Black with #7FFDB9
Text Example
Text Example
White with #7FFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDB9; }
p { color: rgb(127,253,185); }
H1.HeaderClassName
{
color: #7FFDB9;
}
.AnyTagClassName
{
color: #7FFDB9;
}
</style>
background-color css
<style>
a { background-color: #7FFDB9; }
a { background-color: rgb(127,253,185); }
div.DivClassName
{
background-color: #7FFDB9;
}
.BgClassName
{
background-color: #7FFDB9;
}
</style>
border-color css
<style>
span { border-color: #7FFDB9; }
span { border-color: rgb(127,253,185); }
td.TdClassName
{
border-color: #7FFDB9;
}
.TagClassName
{
border-color: #7FFDB9;
}
</style>