Shades of Aquamarine #7BECDC
Tints of Aquamarine #7BECDC
RGB
CMYK
RGB Variations
Color information
#7BECDC (or 0x7BECDC) is known color: Aquamarine. HEX triplet: 7B, EC and DC. RGB value is (123,236,220). Sum of RGB (Red+Green+Blue) = 123+236+220=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECDC is #841323. Grayscale: #C8C8C8. Windows color (decimal): -8655652 or 14478459. OLE color: 14478459.
HSL color Cylindrical-coordinate representation of color #7BECDC: hue angle of 171.5º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECDC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 220 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.07 |
| HSL | 171.5º | 0.75% | 0.7% | - |
| HSV(B) | 171.5º | 0.48% | 0.93% | - |
| XYZ | 51.08 | 69.37 | 78.41 | - |
| YUV | 200.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 220 | 0.48 | 0 | 0.07 | 0.07 | 171.5 | 0.75 | 0.7 |
| Hex | 7B | EC | DC | 30 | 0 | 7 | 7 | AC | 4B | 46 |
| Octal | 173 | 354 | 334 | 60 | 0 | 7 | 7 | 254 | 113 | 106 |
| Binary | 1111011 | 11101100 | 11011100 | 110000 | 0 | 111 | 111 | 10101100 | 1001011 | 1000110 |
Color Harmonies of #7BECDC
Complementary color
Monochromatic Colors of #7BECDC
Black with #7BECDC
Text Example
Text Example
White with #7BECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECDC; }
p { color: rgb(123,236,220); }
H1.HeaderClassName
{
color: #7BECDC;
}
.AnyTagClassName
{
color: #7BECDC;
}
</style>
background-color css
<style>
a { background-color: #7BECDC; }
a { background-color: rgb(123,236,220); }
div.DivClassName
{
background-color: #7BECDC;
}
.BgClassName
{
background-color: #7BECDC;
}
</style>
border-color css
<style>
span { border-color: #7BECDC; }
span { border-color: rgb(123,236,220); }
td.TdClassName
{
border-color: #7BECDC;
}
.TagClassName
{
border-color: #7BECDC;
}
</style>