Shades of Aquamarine #7BECE0
Tints of Aquamarine #7BECE0
RGB
CMYK
RGB Variations
Color information
#7BECE0 (or 0x7BECE0) is known color: Aquamarine. HEX triplet: 7B, EC and E0. RGB value is (123,236,224). Sum of RGB (Red+Green+Blue) = 123+236+224=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECE0 is #84131F. Grayscale: #C8C8C8. Windows color (decimal): -8655648 or 14740603. OLE color: 14740603.
HSL color Cylindrical-coordinate representation of color #7BECE0: hue angle of 173.63º 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 #7BECE0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 224 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.07 |
| HSL | 173.63º | 0.75% | 0.7% | - |
| HSV(B) | 173.63º | 0.48% | 0.93% | - |
| XYZ | 51.62 | 69.58 | 81.23 | - |
| YUV | 200.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 224 | 0.48 | 0 | 0.05 | 0.07 | 173.63 | 0.75 | 0.7 |
| Hex | 7B | EC | E0 | 30 | 0 | 5 | 7 | AE | 4B | 46 |
| Octal | 173 | 354 | 340 | 60 | 0 | 5 | 7 | 256 | 113 | 106 |
| Binary | 1111011 | 11101100 | 11100000 | 110000 | 0 | 101 | 111 | 10101110 | 1001011 | 1000110 |
Color Harmonies of #7BECE0
Complementary color
Monochromatic Colors of #7BECE0
Black with #7BECE0
Text Example
Text Example
White with #7BECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECE0; }
p { color: rgb(123,236,224); }
H1.HeaderClassName
{
color: #7BECE0;
}
.AnyTagClassName
{
color: #7BECE0;
}
</style>
background-color css
<style>
a { background-color: #7BECE0; }
a { background-color: rgb(123,236,224); }
div.DivClassName
{
background-color: #7BECE0;
}
.BgClassName
{
background-color: #7BECE0;
}
</style>
border-color css
<style>
span { border-color: #7BECE0; }
span { border-color: rgb(123,236,224); }
td.TdClassName
{
border-color: #7BECE0;
}
.TagClassName
{
border-color: #7BECE0;
}
</style>