Shades of Aquamarine #7CFBC7
Tints of Aquamarine #7CFBC7
RGB
CMYK
RGB Variations
Color information
#7CFBC7 (or 0x7CFBC7) is known color: Aquamarine. HEX triplet: 7C, FB and C7. RGB value is (124,251,199). Sum of RGB (Red+Green+Blue) = 124+251+199=574 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.60% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBC7 is #830438. Grayscale: #CFCFCF. Windows color (decimal): -8586297 or 13106044. OLE color: 13106044.
HSL color Cylindrical-coordinate representation of color #7CFBC7: hue angle of 155.43º 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 #7CFBC7 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 199 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.02 |
| HSL | 155.43º | 0.94% | 0.74% | - |
| HSV(B) | 155.43º | 0.51% | 0.98% | - |
| XYZ | 53.12 | 77.4 | 66.17 | - |
| YUV | 207.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 199 | 0.51 | 0 | 0.21 | 0.02 | 155.43 | 0.94 | 0.74 |
| Hex | 7C | FB | C7 | 33 | 0 | 15 | 2 | 9B | 5E | 4A |
| Octal | 174 | 373 | 307 | 63 | 0 | 25 | 2 | 233 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11000111 | 110011 | 0 | 10101 | 10 | 10011011 | 1011110 | 1001010 |
Color Harmonies of #7CFBC7
Complementary color
Monochromatic Colors of #7CFBC7
Black with #7CFBC7
Text Example
Text Example
White with #7CFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBC7; }
p { color: rgb(124,251,199); }
H1.HeaderClassName
{
color: #7CFBC7;
}
.AnyTagClassName
{
color: #7CFBC7;
}
</style>
background-color css
<style>
a { background-color: #7CFBC7; }
a { background-color: rgb(124,251,199); }
div.DivClassName
{
background-color: #7CFBC7;
}
.BgClassName
{
background-color: #7CFBC7;
}
</style>
border-color css
<style>
span { border-color: #7CFBC7; }
span { border-color: rgb(124,251,199); }
td.TdClassName
{
border-color: #7CFBC7;
}
.TagClassName
{
border-color: #7CFBC7;
}
</style>