Shades of Aquamarine #7BECDF
Tints of Aquamarine #7BECDF
RGB
CMYK
RGB Variations
Color information
#7BECDF (or 0x7BECDF) is known color: Aquamarine. HEX triplet: 7B, EC and DF. RGB value is (123,236,223). Sum of RGB (Red+Green+Blue) = 123+236+223=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECDF is #841320. Grayscale: #C8C8C8. Windows color (decimal): -8655649 or 14675067. OLE color: 14675067.
HSL color Cylindrical-coordinate representation of color #7BECDF: hue angle of 173.1º 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 #7BECDF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 223 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.07 |
| HSL | 173.1º | 0.75% | 0.7% | - |
| HSV(B) | 173.1º | 0.48% | 0.93% | - |
| XYZ | 51.48 | 69.53 | 80.52 | - |
| YUV | 200.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 223 | 0.48 | 0 | 0.06 | 0.07 | 173.1 | 0.75 | 0.7 |
| Hex | 7B | EC | DF | 30 | 0 | 6 | 7 | AD | 4B | 46 |
| Octal | 173 | 354 | 337 | 60 | 0 | 6 | 7 | 255 | 113 | 106 |
| Binary | 1111011 | 11101100 | 11011111 | 110000 | 0 | 110 | 111 | 10101101 | 1001011 | 1000110 |
Color Harmonies of #7BECDF
Complementary color
Monochromatic Colors of #7BECDF
Black with #7BECDF
Text Example
Text Example
White with #7BECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECDF; }
p { color: rgb(123,236,223); }
H1.HeaderClassName
{
color: #7BECDF;
}
.AnyTagClassName
{
color: #7BECDF;
}
</style>
background-color css
<style>
a { background-color: #7BECDF; }
a { background-color: rgb(123,236,223); }
div.DivClassName
{
background-color: #7BECDF;
}
.BgClassName
{
background-color: #7BECDF;
}
</style>
border-color css
<style>
span { border-color: #7BECDF; }
span { border-color: rgb(123,236,223); }
td.TdClassName
{
border-color: #7BECDF;
}
.TagClassName
{
border-color: #7BECDF;
}
</style>