Shades of Aquamarine #7CF5CE
Tints of Aquamarine #7CF5CE
RGB
CMYK
RGB Variations
Color information
#7CF5CE (or 0x7CF5CE) is known color: Aquamarine. HEX triplet: 7C, F5 and CE. RGB value is (124,245,206). Sum of RGB (Red+Green+Blue) = 124+245+206=575 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.57% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5CE is #830A31. Grayscale: #CCCCCC. Windows color (decimal): -8587826 or 13563260. OLE color: 13563260.
HSL color Cylindrical-coordinate representation of color #7CF5CE: hue angle of 160.66º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5CE is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 206 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.04 |
| HSL | 160.66º | 0.86% | 0.72% | - |
| HSV(B) | 160.66º | 0.49% | 0.96% | - |
| XYZ | 52.11 | 74.05 | 69.94 | - |
| YUV | 204.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 206 | 0.49 | 0 | 0.16 | 0.04 | 160.66 | 0.86 | 0.72 |
| Hex | 7C | F5 | CE | 31 | 0 | 10 | 4 | A1 | 56 | 48 |
| Octal | 174 | 365 | 316 | 61 | 0 | 20 | 4 | 241 | 126 | 110 |
| Binary | 1111100 | 11110101 | 11001110 | 110001 | 0 | 10000 | 100 | 10100001 | 1010110 | 1001000 |
Color Harmonies of #7CF5CE
Complementary color
Monochromatic Colors of #7CF5CE
Black with #7CF5CE
Text Example
Text Example
White with #7CF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF5CE; }
p { color: rgb(124,245,206); }
H1.HeaderClassName
{
color: #7CF5CE;
}
.AnyTagClassName
{
color: #7CF5CE;
}
</style>
background-color css
<style>
a { background-color: #7CF5CE; }
a { background-color: rgb(124,245,206); }
div.DivClassName
{
background-color: #7CF5CE;
}
.BgClassName
{
background-color: #7CF5CE;
}
</style>
border-color css
<style>
span { border-color: #7CF5CE; }
span { border-color: rgb(124,245,206); }
td.TdClassName
{
border-color: #7CF5CE;
}
.TagClassName
{
border-color: #7CF5CE;
}
</style>