Shades of Aquamarine #7CF6CB
Tints of Aquamarine #7CF6CB
RGB
CMYK
RGB Variations
Color information
#7CF6CB (or 0x7CF6CB) is known color: Aquamarine. HEX triplet: 7C, F6 and CB. RGB value is (124,246,203). Sum of RGB (Red+Green+Blue) = 124+246+203=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6CB is #830934. Grayscale: #CCCCCC. Windows color (decimal): -8587573 or 13366908. OLE color: 13366908.
HSL color Cylindrical-coordinate representation of color #7CF6CB: hue angle of 158.85º 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 #7CF6CB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 203 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.04 |
| HSL | 158.85º | 0.87% | 0.73% | - |
| HSV(B) | 158.85º | 0.5% | 0.96% | - |
| XYZ | 52.05 | 74.51 | 68.14 | - |
| YUV | 204.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 203 | 0.50 | 0 | 0.17 | 0.04 | 158.85 | 0.87 | 0.73 |
| Hex | 7C | F6 | CB | 32 | 0 | 11 | 4 | 9F | 57 | 49 |
| Octal | 174 | 366 | 313 | 62 | 0 | 21 | 4 | 237 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11001011 | 110010 | 0 | 10001 | 100 | 10011111 | 1010111 | 1001001 |
Color Harmonies of #7CF6CB
Complementary color
Monochromatic Colors of #7CF6CB
Black with #7CF6CB
Text Example
Text Example
White with #7CF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6CB; }
p { color: rgb(124,246,203); }
H1.HeaderClassName
{
color: #7CF6CB;
}
.AnyTagClassName
{
color: #7CF6CB;
}
</style>
background-color css
<style>
a { background-color: #7CF6CB; }
a { background-color: rgb(124,246,203); }
div.DivClassName
{
background-color: #7CF6CB;
}
.BgClassName
{
background-color: #7CF6CB;
}
</style>
border-color css
<style>
span { border-color: #7CF6CB; }
span { border-color: rgb(124,246,203); }
td.TdClassName
{
border-color: #7CF6CB;
}
.TagClassName
{
border-color: #7CF6CB;
}
</style>