Shades of Aquamarine #7CFEBB
Tints of Aquamarine #7CFEBB
RGB
CMYK
RGB Variations
Color information
#7CFEBB (or 0x7CFEBB) is known color: Aquamarine. HEX triplet: 7C, FE and BB. RGB value is (124,254,187). Sum of RGB (Red+Green+Blue) = 124+254+187=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEBB is #830144. Grayscale: #CFCFCF. Windows color (decimal): -8585541 or 12320380. OLE color: 12320380.
HSL color Cylindrical-coordinate representation of color #7CFEBB: hue angle of 149.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFEBB is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 187 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.00 |
| HSL | 149.08º | 0.98% | 0.74% | - |
| HSV(B) | 149.08º | 0.51% | 1% | - |
| XYZ | 52.72 | 78.76 | 59.44 | - |
| YUV | 207.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 187 | 0.51 | 0 | 0.26 | 0.00 | 149.08 | 0.98 | 0.74 |
| Hex | 7C | FE | BB | 33 | 0 | 1A | 0 | 95 | 62 | 4A |
| Octal | 174 | 376 | 273 | 63 | 0 | 32 | 0 | 225 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10111011 | 110011 | 0 | 11010 | 0 | 10010101 | 1100010 | 1001010 |
Color Harmonies of #7CFEBB
Complementary color
Monochromatic Colors of #7CFEBB
Black with #7CFEBB
Text Example
Text Example
White with #7CFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEBB; }
p { color: rgb(124,254,187); }
H1.HeaderClassName
{
color: #7CFEBB;
}
.AnyTagClassName
{
color: #7CFEBB;
}
</style>
background-color css
<style>
a { background-color: #7CFEBB; }
a { background-color: rgb(124,254,187); }
div.DivClassName
{
background-color: #7CFEBB;
}
.BgClassName
{
background-color: #7CFEBB;
}
</style>
border-color css
<style>
span { border-color: #7CFEBB; }
span { border-color: rgb(124,254,187); }
td.TdClassName
{
border-color: #7CFEBB;
}
.TagClassName
{
border-color: #7CFEBB;
}
</style>