Shades of Aquamarine #7CFEBD
Tints of Aquamarine #7CFEBD
RGB
CMYK
RGB Variations
Color information
#7CFEBD (or 0x7CFEBD) is known color: Aquamarine. HEX triplet: 7C, FE and BD. RGB value is (124,254,189). Sum of RGB (Red+Green+Blue) = 124+254+189=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEBD is #830142. Grayscale: #CFCFCF. Windows color (decimal): -8585539 or 12451452. OLE color: 12451452.
HSL color Cylindrical-coordinate representation of color #7CFEBD: hue angle of 150º 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 #7CFEBD is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 189 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.00 |
| HSL | 150º | 0.98% | 0.74% | - |
| HSV(B) | 150º | 0.51% | 1% | - |
| XYZ | 52.94 | 78.84 | 60.57 | - |
| YUV | 207.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 189 | 0.51 | 0 | 0.26 | 0.00 | 150 | 0.98 | 0.74 |
| Hex | 7C | FE | BD | 33 | 0 | 1A | 0 | 96 | 62 | 4A |
| Octal | 174 | 376 | 275 | 63 | 0 | 32 | 0 | 226 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10111101 | 110011 | 0 | 11010 | 0 | 10010110 | 1100010 | 1001010 |
Color Harmonies of #7CFEBD
Complementary color
Monochromatic Colors of #7CFEBD
Black with #7CFEBD
Text Example
Text Example
White with #7CFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEBD; }
p { color: rgb(124,254,189); }
H1.HeaderClassName
{
color: #7CFEBD;
}
.AnyTagClassName
{
color: #7CFEBD;
}
</style>
background-color css
<style>
a { background-color: #7CFEBD; }
a { background-color: rgb(124,254,189); }
div.DivClassName
{
background-color: #7CFEBD;
}
.BgClassName
{
background-color: #7CFEBD;
}
</style>
border-color css
<style>
span { border-color: #7CFEBD; }
span { border-color: rgb(124,254,189); }
td.TdClassName
{
border-color: #7CFEBD;
}
.TagClassName
{
border-color: #7CFEBD;
}
</style>