Shades of Aquamarine #7CEBCD
Tints of Aquamarine #7CEBCD
RGB
CMYK
RGB Variations
Color information
#7CEBCD (or 0x7CEBCD) is known color: Aquamarine. HEX triplet: 7C, EB and CD. RGB value is (124,235,205). Sum of RGB (Red+Green+Blue) = 124+235+205=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBCD is #831432. Grayscale: #C6C6C6. Windows color (decimal): -8590387 or 13495164. OLE color: 13495164.
HSL color Cylindrical-coordinate representation of color #7CEBCD: hue angle of 163.78º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBCD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 205 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.08 |
| HSL | 163.78º | 0.74% | 0.7% | - |
| HSV(B) | 163.78º | 0.47% | 0.92% | - |
| XYZ | 49.04 | 68.11 | 68.32 | - |
| YUV | 198.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 205 | 0.47 | 0 | 0.13 | 0.08 | 163.78 | 0.74 | 0.7 |
| Hex | 7C | EB | CD | 2F | 0 | D | 8 | A4 | 4A | 46 |
| Octal | 174 | 353 | 315 | 57 | 0 | 15 | 10 | 244 | 112 | 106 |
| Binary | 1111100 | 11101011 | 11001101 | 101111 | 0 | 1101 | 1000 | 10100100 | 1001010 | 1000110 |
Color Harmonies of #7CEBCD
Complementary color
Monochromatic Colors of #7CEBCD
Black with #7CEBCD
Text Example
Text Example
White with #7CEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBCD; }
p { color: rgb(124,235,205); }
H1.HeaderClassName
{
color: #7CEBCD;
}
.AnyTagClassName
{
color: #7CEBCD;
}
</style>
background-color css
<style>
a { background-color: #7CEBCD; }
a { background-color: rgb(124,235,205); }
div.DivClassName
{
background-color: #7CEBCD;
}
.BgClassName
{
background-color: #7CEBCD;
}
</style>
border-color css
<style>
span { border-color: #7CEBCD; }
span { border-color: rgb(124,235,205); }
td.TdClassName
{
border-color: #7CEBCD;
}
.TagClassName
{
border-color: #7CEBCD;
}
</style>