Shades of Aquamarine #7CEBCB
Tints of Aquamarine #7CEBCB
RGB
CMYK
RGB Variations
Color information
#7CEBCB (or 0x7CEBCB) is known color: Aquamarine. HEX triplet: 7C, EB and CB. RGB value is (124,235,203). Sum of RGB (Red+Green+Blue) = 124+235+203=562 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.06% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBCB is #831434. Grayscale: #C6C6C6. Windows color (decimal): -8590389 or 13364092. OLE color: 13364092.
HSL color Cylindrical-coordinate representation of color #7CEBCB: hue angle of 162.7º 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 #7CEBCB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 203 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.08 |
| HSL | 162.7º | 0.74% | 0.7% | - |
| HSV(B) | 162.7º | 0.47% | 0.92% | - |
| XYZ | 48.8 | 68.01 | 67.06 | - |
| YUV | 198.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 203 | 0.47 | 0 | 0.14 | 0.08 | 162.7 | 0.74 | 0.7 |
| Hex | 7C | EB | CB | 2F | 0 | E | 8 | A3 | 4A | 46 |
| Octal | 174 | 353 | 313 | 57 | 0 | 16 | 10 | 243 | 112 | 106 |
| Binary | 1111100 | 11101011 | 11001011 | 101111 | 0 | 1110 | 1000 | 10100011 | 1001010 | 1000110 |
Color Harmonies of #7CEBCB
Complementary color
Monochromatic Colors of #7CEBCB
Black with #7CEBCB
Text Example
Text Example
White with #7CEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBCB; }
p { color: rgb(124,235,203); }
H1.HeaderClassName
{
color: #7CEBCB;
}
.AnyTagClassName
{
color: #7CEBCB;
}
</style>
background-color css
<style>
a { background-color: #7CEBCB; }
a { background-color: rgb(124,235,203); }
div.DivClassName
{
background-color: #7CEBCB;
}
.BgClassName
{
background-color: #7CEBCB;
}
</style>
border-color css
<style>
span { border-color: #7CEBCB; }
span { border-color: rgb(124,235,203); }
td.TdClassName
{
border-color: #7CEBCB;
}
.TagClassName
{
border-color: #7CEBCB;
}
</style>