Shades of Aquamarine #7FFCB9
Tints of Aquamarine #7FFCB9
RGB
CMYK
RGB Variations
Color information
#7FFCB9 (or 0x7FFCB9) is known color: Aquamarine. HEX triplet: 7F, FC and B9. RGB value is (127,252,185). Sum of RGB (Red+Green+Blue) = 127+252+185=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCB9 is #800346. Grayscale: #CFCFCF. Windows color (decimal): -8389447 or 12188799. OLE color: 12188799.
HSL color Cylindrical-coordinate representation of color #7FFCB9: hue angle of 147.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCB9 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 185 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.01 |
| HSL | 147.84º | 0.95% | 0.74% | - |
| HSV(B) | 147.84º | 0.5% | 0.99% | - |
| XYZ | 52.32 | 77.64 | 58.13 | - |
| YUV | 206.99 | 115.59 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 185 | 0.50 | 0 | 0.27 | 0.01 | 147.84 | 0.95 | 0.74 |
| Hex | 7F | FC | B9 | 32 | 0 | 1B | 1 | 94 | 5F | 4A |
| Octal | 177 | 374 | 271 | 62 | 0 | 33 | 1 | 224 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10111001 | 110010 | 0 | 11011 | 1 | 10010100 | 1011111 | 1001010 |
Color Harmonies of #7FFCB9
Complementary color
Monochromatic Colors of #7FFCB9
Black with #7FFCB9
Text Example
Text Example
White with #7FFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCB9; }
p { color: rgb(127,252,185); }
H1.HeaderClassName
{
color: #7FFCB9;
}
.AnyTagClassName
{
color: #7FFCB9;
}
</style>
background-color css
<style>
a { background-color: #7FFCB9; }
a { background-color: rgb(127,252,185); }
div.DivClassName
{
background-color: #7FFCB9;
}
.BgClassName
{
background-color: #7FFCB9;
}
</style>
border-color css
<style>
span { border-color: #7FFCB9; }
span { border-color: rgb(127,252,185); }
td.TdClassName
{
border-color: #7FFCB9;
}
.TagClassName
{
border-color: #7FFCB9;
}
</style>