Shades of Aquamarine #7CF9CE
Tints of Aquamarine #7CF9CE
RGB
CMYK
RGB Variations
Color information
#7CF9CE (or 0x7CF9CE) is known color: Aquamarine. HEX triplet: 7C, F9 and CE. RGB value is (124,249,206). Sum of RGB (Red+Green+Blue) = 124+249+206=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF9CE is #830631. Grayscale: #CECECE. Windows color (decimal): -8586802 or 13564284. OLE color: 13564284.
HSL color Cylindrical-coordinate representation of color #7CF9CE: hue angle of 159.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF9CE is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 206 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.02 |
| HSL | 159.36º | 0.91% | 0.73% | - |
| HSV(B) | 159.36º | 0.5% | 0.98% | - |
| XYZ | 53.33 | 76.49 | 70.35 | - |
| YUV | 206.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 206 | 0.50 | 0 | 0.17 | 0.02 | 159.36 | 0.91 | 0.73 |
| Hex | 7C | F9 | CE | 32 | 0 | 11 | 2 | 9F | 5B | 49 |
| Octal | 174 | 371 | 316 | 62 | 0 | 21 | 2 | 237 | 133 | 111 |
| Binary | 1111100 | 11111001 | 11001110 | 110010 | 0 | 10001 | 10 | 10011111 | 1011011 | 1001001 |
Color Harmonies of #7CF9CE
Complementary color
Monochromatic Colors of #7CF9CE
Black with #7CF9CE
Text Example
Text Example
White with #7CF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF9CE; }
p { color: rgb(124,249,206); }
H1.HeaderClassName
{
color: #7CF9CE;
}
.AnyTagClassName
{
color: #7CF9CE;
}
</style>
background-color css
<style>
a { background-color: #7CF9CE; }
a { background-color: rgb(124,249,206); }
div.DivClassName
{
background-color: #7CF9CE;
}
.BgClassName
{
background-color: #7CF9CE;
}
</style>
border-color css
<style>
span { border-color: #7CF9CE; }
span { border-color: rgb(124,249,206); }
td.TdClassName
{
border-color: #7CF9CE;
}
.TagClassName
{
border-color: #7CF9CE;
}
</style>