Shades of Aquamarine #7CFBC5
Tints of Aquamarine #7CFBC5
RGB
CMYK
RGB Variations
Color information
#7CFBC5 (or 0x7CFBC5) is known color: Aquamarine. HEX triplet: 7C, FB and C5. RGB value is (124,251,197). Sum of RGB (Red+Green+Blue) = 124+251+197=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBC5 is #83043A. Grayscale: #CECECE. Windows color (decimal): -8586299 or 12974972. OLE color: 12974972.
HSL color Cylindrical-coordinate representation of color #7CFBC5: hue angle of 154.49º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFBC5 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 197 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.02 |
| HSL | 154.49º | 0.94% | 0.74% | - |
| HSV(B) | 154.49º | 0.51% | 0.98% | - |
| XYZ | 52.89 | 77.31 | 64.96 | - |
| YUV | 206.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 197 | 0.51 | 0 | 0.22 | 0.02 | 154.49 | 0.94 | 0.74 |
| Hex | 7C | FB | C5 | 33 | 0 | 16 | 2 | 9A | 5E | 4A |
| Octal | 174 | 373 | 305 | 63 | 0 | 26 | 2 | 232 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11000101 | 110011 | 0 | 10110 | 10 | 10011010 | 1011110 | 1001010 |
Color Harmonies of #7CFBC5
Complementary color
Monochromatic Colors of #7CFBC5
Black with #7CFBC5
Text Example
Text Example
White with #7CFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBC5; }
p { color: rgb(124,251,197); }
H1.HeaderClassName
{
color: #7CFBC5;
}
.AnyTagClassName
{
color: #7CFBC5;
}
</style>
background-color css
<style>
a { background-color: #7CFBC5; }
a { background-color: rgb(124,251,197); }
div.DivClassName
{
background-color: #7CFBC5;
}
.BgClassName
{
background-color: #7CFBC5;
}
</style>
border-color css
<style>
span { border-color: #7CFBC5; }
span { border-color: rgb(124,251,197); }
td.TdClassName
{
border-color: #7CFBC5;
}
.TagClassName
{
border-color: #7CFBC5;
}
</style>