Shades of Aquamarine #7FFCBB
Tints of Aquamarine #7FFCBB
RGB
CMYK
RGB Variations
Color information
#7FFCBB (or 0x7FFCBB) is known color: Aquamarine. HEX triplet: 7F, FC and BB. RGB value is (127,252,187). Sum of RGB (Red+Green+Blue) = 127+252+187=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCBB is #800344. Grayscale: #CFCFCF. Windows color (decimal): -8389445 or 12319871. OLE color: 12319871.
HSL color Cylindrical-coordinate representation of color #7FFCBB: hue angle of 148.8º 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 #7FFCBB is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 187 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.01 |
| HSL | 148.8º | 0.95% | 0.74% | - |
| HSV(B) | 148.8º | 0.5% | 0.99% | - |
| XYZ | 52.53 | 77.72 | 59.25 | - |
| YUV | 207.22 | 116.59 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 187 | 0.50 | 0 | 0.26 | 0.01 | 148.8 | 0.95 | 0.74 |
| Hex | 7F | FC | BB | 32 | 0 | 1A | 1 | 95 | 5F | 4A |
| Octal | 177 | 374 | 273 | 62 | 0 | 32 | 1 | 225 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10111011 | 110010 | 0 | 11010 | 1 | 10010101 | 1011111 | 1001010 |
Color Harmonies of #7FFCBB
Complementary color
Monochromatic Colors of #7FFCBB
Black with #7FFCBB
Text Example
Text Example
White with #7FFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCBB; }
p { color: rgb(127,252,187); }
H1.HeaderClassName
{
color: #7FFCBB;
}
.AnyTagClassName
{
color: #7FFCBB;
}
</style>
background-color css
<style>
a { background-color: #7FFCBB; }
a { background-color: rgb(127,252,187); }
div.DivClassName
{
background-color: #7FFCBB;
}
.BgClassName
{
background-color: #7FFCBB;
}
</style>
border-color css
<style>
span { border-color: #7FFCBB; }
span { border-color: rgb(127,252,187); }
td.TdClassName
{
border-color: #7FFCBB;
}
.TagClassName
{
border-color: #7FFCBB;
}
</style>