Shades of Aquamarine #7CFEB2
Tints of Aquamarine #7CFEB2
RGB
CMYK
RGB Variations
Color information
#7CFEB2 (or 0x7CFEB2) is known color: Aquamarine. HEX triplet: 7C, FE and B2. RGB value is (124,254,178). Sum of RGB (Red+Green+Blue) = 124+254+178=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFEB2 is #83014D. Grayscale: #CECECE. Windows color (decimal): -8585550 or 11730556. OLE color: 11730556.
HSL color Cylindrical-coordinate representation of color #7CFEB2: hue angle of 144.92º 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 #7CFEB2 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 178 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.00 |
| HSL | 144.92º | 0.98% | 0.74% | - |
| HSV(B) | 144.92º | 0.51% | 1% | - |
| XYZ | 51.79 | 78.38 | 54.52 | - |
| YUV | 206.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 178 | 0.51 | 0 | 0.30 | 0.00 | 144.92 | 0.98 | 0.74 |
| Hex | 7C | FE | B2 | 33 | 0 | 1E | 0 | 91 | 62 | 4A |
| Octal | 174 | 376 | 262 | 63 | 0 | 36 | 0 | 221 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10110010 | 110011 | 0 | 11110 | 0 | 10010001 | 1100010 | 1001010 |
Color Harmonies of #7CFEB2
Complementary color
Monochromatic Colors of #7CFEB2
Black with #7CFEB2
Text Example
Text Example
White with #7CFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEB2; }
p { color: rgb(124,254,178); }
H1.HeaderClassName
{
color: #7CFEB2;
}
.AnyTagClassName
{
color: #7CFEB2;
}
</style>
background-color css
<style>
a { background-color: #7CFEB2; }
a { background-color: rgb(124,254,178); }
div.DivClassName
{
background-color: #7CFEB2;
}
.BgClassName
{
background-color: #7CFEB2;
}
</style>
border-color css
<style>
span { border-color: #7CFEB2; }
span { border-color: rgb(124,254,178); }
td.TdClassName
{
border-color: #7CFEB2;
}
.TagClassName
{
border-color: #7CFEB2;
}
</style>