Shades of Aquamarine #7CECBE
Tints of Aquamarine #7CECBE
RGB
CMYK
RGB Variations
Color information
#7CECBE (or 0x7CECBE) is known color: Aquamarine. HEX triplet: 7C, EC and BE. RGB value is (124,236,190). Sum of RGB (Red+Green+Blue) = 124+236+190=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECBE is #831341. Grayscale: #C5C5C5. Windows color (decimal): -8590146 or 12512380. OLE color: 12512380.
HSL color Cylindrical-coordinate representation of color #7CECBE: hue angle of 155.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECBE is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 190 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.07 |
| HSL | 155.36º | 0.75% | 0.71% | - |
| HSV(B) | 155.36º | 0.47% | 0.93% | - |
| XYZ | 47.6 | 67.99 | 59.33 | - |
| YUV | 197.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 190 | 0.47 | 0 | 0.19 | 0.07 | 155.36 | 0.75 | 0.71 |
| Hex | 7C | EC | BE | 2F | 0 | 13 | 7 | 9B | 4B | 47 |
| Octal | 174 | 354 | 276 | 57 | 0 | 23 | 7 | 233 | 113 | 107 |
| Binary | 1111100 | 11101100 | 10111110 | 101111 | 0 | 10011 | 111 | 10011011 | 1001011 | 1000111 |
Color Harmonies of #7CECBE
Complementary color
Monochromatic Colors of #7CECBE
Black with #7CECBE
Text Example
Text Example
White with #7CECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECBE; }
p { color: rgb(124,236,190); }
H1.HeaderClassName
{
color: #7CECBE;
}
.AnyTagClassName
{
color: #7CECBE;
}
</style>
background-color css
<style>
a { background-color: #7CECBE; }
a { background-color: rgb(124,236,190); }
div.DivClassName
{
background-color: #7CECBE;
}
.BgClassName
{
background-color: #7CECBE;
}
</style>
border-color css
<style>
span { border-color: #7CECBE; }
span { border-color: rgb(124,236,190); }
td.TdClassName
{
border-color: #7CECBE;
}
.TagClassName
{
border-color: #7CECBE;
}
</style>