Shades of Aquamarine #7CF2CB
Tints of Aquamarine #7CF2CB
RGB
CMYK
RGB Variations
Color information
#7CF2CB (or 0x7CF2CB) is known color: Aquamarine. HEX triplet: 7C, F2 and CB. RGB value is (124,242,203). Sum of RGB (Red+Green+Blue) = 124+242+203=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF2CB is #830D34. Grayscale: #CACACA. Windows color (decimal): -8588597 or 13365884. OLE color: 13365884.
HSL color Cylindrical-coordinate representation of color #7CF2CB: hue angle of 160.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF2CB is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 203 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.05 |
| HSL | 160.17º | 0.82% | 0.72% | - |
| HSV(B) | 160.17º | 0.49% | 0.95% | - |
| XYZ | 50.84 | 72.1 | 67.74 | - |
| YUV | 202.27 | 128.41 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 203 | 0.49 | 0 | 0.16 | 0.05 | 160.17 | 0.82 | 0.72 |
| Hex | 7C | F2 | CB | 31 | 0 | 10 | 5 | A0 | 52 | 48 |
| Octal | 174 | 362 | 313 | 61 | 0 | 20 | 5 | 240 | 122 | 110 |
| Binary | 1111100 | 11110010 | 11001011 | 110001 | 0 | 10000 | 101 | 10100000 | 1010010 | 1001000 |
Color Harmonies of #7CF2CB
Complementary color
Monochromatic Colors of #7CF2CB
Black with #7CF2CB
Text Example
Text Example
White with #7CF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2CB; }
p { color: rgb(124,242,203); }
H1.HeaderClassName
{
color: #7CF2CB;
}
.AnyTagClassName
{
color: #7CF2CB;
}
</style>
background-color css
<style>
a { background-color: #7CF2CB; }
a { background-color: rgb(124,242,203); }
div.DivClassName
{
background-color: #7CF2CB;
}
.BgClassName
{
background-color: #7CF2CB;
}
</style>
border-color css
<style>
span { border-color: #7CF2CB; }
span { border-color: rgb(124,242,203); }
td.TdClassName
{
border-color: #7CF2CB;
}
.TagClassName
{
border-color: #7CF2CB;
}
</style>