Shades of Aquamarine #7CF6CA
Tints of Aquamarine #7CF6CA
RGB
CMYK
RGB Variations
Color information
#7CF6CA (or 0x7CF6CA) is known color: Aquamarine. HEX triplet: 7C, F6 and CA. RGB value is (124,246,202). Sum of RGB (Red+Green+Blue) = 124+246+202=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6CA is #830935. Grayscale: #CCCCCC. Windows color (decimal): -8587574 or 13301372. OLE color: 13301372.
HSL color Cylindrical-coordinate representation of color #7CF6CA: hue angle of 158.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6CA is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 202 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.04 |
| HSL | 158.36º | 0.87% | 0.73% | - |
| HSV(B) | 158.36º | 0.5% | 0.96% | - |
| XYZ | 51.93 | 74.46 | 67.51 | - |
| YUV | 204.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 202 | 0.50 | 0 | 0.18 | 0.04 | 158.36 | 0.87 | 0.73 |
| Hex | 7C | F6 | CA | 32 | 0 | 12 | 4 | 9E | 57 | 49 |
| Octal | 174 | 366 | 312 | 62 | 0 | 22 | 4 | 236 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11001010 | 110010 | 0 | 10010 | 100 | 10011110 | 1010111 | 1001001 |
Color Harmonies of #7CF6CA
Complementary color
Monochromatic Colors of #7CF6CA
Black with #7CF6CA
Text Example
Text Example
White with #7CF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6CA; }
p { color: rgb(124,246,202); }
H1.HeaderClassName
{
color: #7CF6CA;
}
.AnyTagClassName
{
color: #7CF6CA;
}
</style>
background-color css
<style>
a { background-color: #7CF6CA; }
a { background-color: rgb(124,246,202); }
div.DivClassName
{
background-color: #7CF6CA;
}
.BgClassName
{
background-color: #7CF6CA;
}
</style>
border-color css
<style>
span { border-color: #7CF6CA; }
span { border-color: rgb(124,246,202); }
td.TdClassName
{
border-color: #7CF6CA;
}
.TagClassName
{
border-color: #7CF6CA;
}
</style>