Shades of Aquamarine #7CFBC1
Tints of Aquamarine #7CFBC1
RGB
CMYK
RGB Variations
Color information
#7CFBC1 (or 0x7CFBC1) is known color: Aquamarine. HEX triplet: 7C, FB and C1. RGB value is (124,251,193). Sum of RGB (Red+Green+Blue) = 124+251+193=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBC1 is #83043E. Grayscale: #CECECE. Windows color (decimal): -8586303 or 12712828. OLE color: 12712828.
HSL color Cylindrical-coordinate representation of color #7CFBC1: hue angle of 152.6º 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 #7CFBC1 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 193 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.02 |
| HSL | 152.6º | 0.94% | 0.74% | - |
| HSV(B) | 152.6º | 0.51% | 0.98% | - |
| XYZ | 52.44 | 77.13 | 62.58 | - |
| YUV | 206.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 193 | 0.51 | 0 | 0.23 | 0.02 | 152.6 | 0.94 | 0.74 |
| Hex | 7C | FB | C1 | 33 | 0 | 17 | 2 | 99 | 5E | 4A |
| Octal | 174 | 373 | 301 | 63 | 0 | 27 | 2 | 231 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11000001 | 110011 | 0 | 10111 | 10 | 10011001 | 1011110 | 1001010 |
Color Harmonies of #7CFBC1
Complementary color
Monochromatic Colors of #7CFBC1
Black with #7CFBC1
Text Example
Text Example
White with #7CFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBC1; }
p { color: rgb(124,251,193); }
H1.HeaderClassName
{
color: #7CFBC1;
}
.AnyTagClassName
{
color: #7CFBC1;
}
</style>
background-color css
<style>
a { background-color: #7CFBC1; }
a { background-color: rgb(124,251,193); }
div.DivClassName
{
background-color: #7CFBC1;
}
.BgClassName
{
background-color: #7CFBC1;
}
</style>
border-color css
<style>
span { border-color: #7CFBC1; }
span { border-color: rgb(124,251,193); }
td.TdClassName
{
border-color: #7CFBC1;
}
.TagClassName
{
border-color: #7CFBC1;
}
</style>