Shades of Aquamarine #7CEBDB
Tints of Aquamarine #7CEBDB
RGB
CMYK
RGB Variations
Color information
#7CEBDB (or 0x7CEBDB) is known color: Aquamarine. HEX triplet: 7C, EB and DB. RGB value is (124,235,219). Sum of RGB (Red+Green+Blue) = 124+235+219=578 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.45% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBDB is #831424. Grayscale: #C7C7C7. Windows color (decimal): -8590373 or 14412668. OLE color: 14412668.
HSL color Cylindrical-coordinate representation of color #7CEBDB: hue angle of 171.35º 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 #7CEBDB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 219 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.08 |
| HSL | 171.35º | 0.74% | 0.7% | - |
| HSV(B) | 171.35º | 0.47% | 0.92% | - |
| XYZ | 50.81 | 68.82 | 77.62 | - |
| YUV | 199.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 219 | 0.47 | 0 | 0.07 | 0.08 | 171.35 | 0.74 | 0.7 |
| Hex | 7C | EB | DB | 2F | 0 | 7 | 8 | AB | 4A | 46 |
| Octal | 174 | 353 | 333 | 57 | 0 | 7 | 10 | 253 | 112 | 106 |
| Binary | 1111100 | 11101011 | 11011011 | 101111 | 0 | 111 | 1000 | 10101011 | 1001010 | 1000110 |
Color Harmonies of #7CEBDB
Complementary color
Monochromatic Colors of #7CEBDB
Black with #7CEBDB
Text Example
Text Example
White with #7CEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBDB; }
p { color: rgb(124,235,219); }
H1.HeaderClassName
{
color: #7CEBDB;
}
.AnyTagClassName
{
color: #7CEBDB;
}
</style>
background-color css
<style>
a { background-color: #7CEBDB; }
a { background-color: rgb(124,235,219); }
div.DivClassName
{
background-color: #7CEBDB;
}
.BgClassName
{
background-color: #7CEBDB;
}
</style>
border-color css
<style>
span { border-color: #7CEBDB; }
span { border-color: rgb(124,235,219); }
td.TdClassName
{
border-color: #7CEBDB;
}
.TagClassName
{
border-color: #7CEBDB;
}
</style>