Shades of Aquamarine #7BECBE
Tints of Aquamarine #7BECBE
RGB
CMYK
RGB Variations
Color information
#7BECBE (or 0x7BECBE) is known color: Aquamarine. HEX triplet: 7B, EC and BE. RGB value is (123,236,190). Sum of RGB (Red+Green+Blue) = 123+236+190=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECBE is #841341. Grayscale: #C5C5C5. Windows color (decimal): -8655682 or 12512379. OLE color: 12512379.
HSL color Cylindrical-coordinate representation of color #7BECBE: hue angle of 155.58º 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 #7BECBE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 190 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.07 |
| HSL | 155.58º | 0.75% | 0.7% | - |
| HSV(B) | 155.58º | 0.48% | 0.93% | - |
| XYZ | 47.46 | 67.92 | 59.32 | - |
| YUV | 196.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 190 | 0.48 | 0 | 0.19 | 0.07 | 155.58 | 0.75 | 0.7 |
| Hex | 7B | EC | BE | 30 | 0 | 13 | 7 | 9C | 4B | 46 |
| Octal | 173 | 354 | 276 | 60 | 0 | 23 | 7 | 234 | 113 | 106 |
| Binary | 1111011 | 11101100 | 10111110 | 110000 | 0 | 10011 | 111 | 10011100 | 1001011 | 1000110 |
Color Harmonies of #7BECBE
Complementary color
Monochromatic Colors of #7BECBE
Black with #7BECBE
Text Example
Text Example
White with #7BECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECBE; }
p { color: rgb(123,236,190); }
H1.HeaderClassName
{
color: #7BECBE;
}
.AnyTagClassName
{
color: #7BECBE;
}
</style>
background-color css
<style>
a { background-color: #7BECBE; }
a { background-color: rgb(123,236,190); }
div.DivClassName
{
background-color: #7BECBE;
}
.BgClassName
{
background-color: #7BECBE;
}
</style>
border-color css
<style>
span { border-color: #7BECBE; }
span { border-color: rgb(123,236,190); }
td.TdClassName
{
border-color: #7BECBE;
}
.TagClassName
{
border-color: #7BECBE;
}
</style>