Shades of Aquamarine #7CF7B4
Tints of Aquamarine #7CF7B4
RGB
CMYK
RGB Variations
Color information
#7CF7B4 (or 0x7CF7B4) is known color: Aquamarine. HEX triplet: 7C, F7 and B4. RGB value is (124,247,180). Sum of RGB (Red+Green+Blue) = 124+247+180=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #7CF7B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF7B4 is #83084B. Grayscale: #CACACA. Windows color (decimal): -8587340 or 11859836. OLE color: 11859836.
HSL color Cylindrical-coordinate representation of color #7CF7B4: hue angle of 147.32º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF7B4 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 247 | 180 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.03 |
| HSL | 147.32º | 0.88% | 0.73% | - |
| HSV(B) | 147.32º | 0.5% | 0.97% | - |
| XYZ | 49.81 | 74.1 | 54.86 | - |
| YUV | 202.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 247 | 180 | 0.50 | 0 | 0.27 | 0.03 | 147.32 | 0.88 | 0.73 |
| Hex | 7C | F7 | B4 | 32 | 0 | 1B | 3 | 93 | 58 | 49 |
| Octal | 174 | 367 | 264 | 62 | 0 | 33 | 3 | 223 | 130 | 111 |
| Binary | 1111100 | 11110111 | 10110100 | 110010 | 0 | 11011 | 11 | 10010011 | 1011000 | 1001001 |
Color Harmonies of #7CF7B4
Complementary color
Monochromatic Colors of #7CF7B4
Black with #7CF7B4
Text Example
Text Example
White with #7CF7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF7B4; }
p { color: rgb(124,247,180); }
H1.HeaderClassName
{
color: #7CF7B4;
}
.AnyTagClassName
{
color: #7CF7B4;
}
</style>
background-color css
<style>
a { background-color: #7CF7B4; }
a { background-color: rgb(124,247,180); }
div.DivClassName
{
background-color: #7CF7B4;
}
.BgClassName
{
background-color: #7CF7B4;
}
</style>
border-color css
<style>
span { border-color: #7CF7B4; }
span { border-color: rgb(124,247,180); }
td.TdClassName
{
border-color: #7CF7B4;
}
.TagClassName
{
border-color: #7CF7B4;
}
</style>