Shades of Aquamarine #7FFCBE
Tints of Aquamarine #7FFCBE
RGB
CMYK
RGB Variations
Color information
#7FFCBE (or 0x7FFCBE) is known color: Aquamarine. HEX triplet: 7F, FC and BE. RGB value is (127,252,190). Sum of RGB (Red+Green+Blue) = 127+252+190=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCBE is #800341. Grayscale: #CFCFCF. Windows color (decimal): -8389442 or 12516479. OLE color: 12516479.
HSL color Cylindrical-coordinate representation of color #7FFCBE: hue angle of 150.24º 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 #7FFCBE is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 190 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.01 |
| HSL | 150.24º | 0.95% | 0.74% | - |
| HSV(B) | 150.24º | 0.5% | 0.99% | - |
| XYZ | 52.86 | 77.85 | 60.96 | - |
| YUV | 207.56 | 118.09 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 190 | 0.50 | 0 | 0.25 | 0.01 | 150.24 | 0.95 | 0.74 |
| Hex | 7F | FC | BE | 32 | 0 | 19 | 1 | 96 | 5F | 4A |
| Octal | 177 | 374 | 276 | 62 | 0 | 31 | 1 | 226 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10111110 | 110010 | 0 | 11001 | 1 | 10010110 | 1011111 | 1001010 |
Color Harmonies of #7FFCBE
Complementary color
Monochromatic Colors of #7FFCBE
Black with #7FFCBE
Text Example
Text Example
White with #7FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCBE; }
p { color: rgb(127,252,190); }
H1.HeaderClassName
{
color: #7FFCBE;
}
.AnyTagClassName
{
color: #7FFCBE;
}
</style>
background-color css
<style>
a { background-color: #7FFCBE; }
a { background-color: rgb(127,252,190); }
div.DivClassName
{
background-color: #7FFCBE;
}
.BgClassName
{
background-color: #7FFCBE;
}
</style>
border-color css
<style>
span { border-color: #7FFCBE; }
span { border-color: rgb(127,252,190); }
td.TdClassName
{
border-color: #7FFCBE;
}
.TagClassName
{
border-color: #7FFCBE;
}
</style>