Shades of Aquamarine #7CF8BB
Tints of Aquamarine #7CF8BB
RGB
CMYK
RGB Variations
Color information
#7CF8BB (or 0x7CF8BB) is known color: Aquamarine. HEX triplet: 7C, F8 and BB. RGB value is (124,248,187). Sum of RGB (Red+Green+Blue) = 124+248+187=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF8BB is #830744. Grayscale: #CCCCCC. Windows color (decimal): -8587077 or 12318844. OLE color: 12318844.
HSL color Cylindrical-coordinate representation of color #7CF8BB: hue angle of 150.48º degrees, saturation: 0.9, 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 #7CF8BB is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 187 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.03 |
| HSL | 150.48º | 0.9% | 0.73% | - |
| HSV(B) | 150.48º | 0.5% | 0.97% | - |
| XYZ | 50.85 | 75.01 | 58.81 | - |
| YUV | 203.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 187 | 0.5 | 0 | 0.25 | 0.03 | 150.48 | 0.9 | 0.73 |
| Hex | 7C | F8 | BB | 32 | 0 | 19 | 3 | 96 | 5A | 49 |
| Octal | 174 | 370 | 273 | 62 | 0 | 31 | 3 | 226 | 132 | 111 |
| Binary | 1111100 | 11111000 | 10111011 | 110010 | 0 | 11001 | 11 | 10010110 | 1011010 | 1001001 |
Color Harmonies of #7CF8BB
Complementary color
Monochromatic Colors of #7CF8BB
Black with #7CF8BB
Text Example
Text Example
White with #7CF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF8BB; }
p { color: rgb(124,248,187); }
H1.HeaderClassName
{
color: #7CF8BB;
}
.AnyTagClassName
{
color: #7CF8BB;
}
</style>
background-color css
<style>
a { background-color: #7CF8BB; }
a { background-color: rgb(124,248,187); }
div.DivClassName
{
background-color: #7CF8BB;
}
.BgClassName
{
background-color: #7CF8BB;
}
</style>
border-color css
<style>
span { border-color: #7CF8BB; }
span { border-color: rgb(124,248,187); }
td.TdClassName
{
border-color: #7CF8BB;
}
.TagClassName
{
border-color: #7CF8BB;
}
</style>