Shades of Aquamarine #7CFCBC
Tints of Aquamarine #7CFCBC
RGB
CMYK
RGB Variations
Color information
#7CFCBC (or 0x7CFCBC) is known color: Aquamarine. HEX triplet: 7C, FC and BC. RGB value is (124,252,188). Sum of RGB (Red+Green+Blue) = 124+252+188=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCBC is #830343. Grayscale: #CECECE. Windows color (decimal): -8586052 or 12385404. OLE color: 12385404.
HSL color Cylindrical-coordinate representation of color #7CFCBC: hue angle of 150º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCBC is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 188 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.01 |
| HSL | 150º | 0.96% | 0.74% | - |
| HSV(B) | 150º | 0.51% | 0.99% | - |
| XYZ | 52.2 | 77.54 | 59.79 | - |
| YUV | 206.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 188 | 0.51 | 0 | 0.25 | 0.01 | 150 | 0.96 | 0.74 |
| Hex | 7C | FC | BC | 33 | 0 | 19 | 1 | 96 | 60 | 4A |
| Octal | 174 | 374 | 274 | 63 | 0 | 31 | 1 | 226 | 140 | 112 |
| Binary | 1111100 | 11111100 | 10111100 | 110011 | 0 | 11001 | 1 | 10010110 | 1100000 | 1001010 |
Color Harmonies of #7CFCBC
Complementary color
Monochromatic Colors of #7CFCBC
Black with #7CFCBC
Text Example
Text Example
White with #7CFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCBC; }
p { color: rgb(124,252,188); }
H1.HeaderClassName
{
color: #7CFCBC;
}
.AnyTagClassName
{
color: #7CFCBC;
}
</style>
background-color css
<style>
a { background-color: #7CFCBC; }
a { background-color: rgb(124,252,188); }
div.DivClassName
{
background-color: #7CFCBC;
}
.BgClassName
{
background-color: #7CFCBC;
}
</style>
border-color css
<style>
span { border-color: #7CFCBC; }
span { border-color: rgb(124,252,188); }
td.TdClassName
{
border-color: #7CFCBC;
}
.TagClassName
{
border-color: #7CFCBC;
}
</style>