Shades of Aquamarine #7BECCD
Tints of Aquamarine #7BECCD
RGB
CMYK
RGB Variations
Color information
#7BECCD (or 0x7BECCD) is known color: Aquamarine. HEX triplet: 7B, EC and CD. RGB value is (123,236,205). Sum of RGB (Red+Green+Blue) = 123+236+205=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECCD is #841332. Grayscale: #C6C6C6. Windows color (decimal): -8655667 or 13495419. OLE color: 13495419.
HSL color Cylindrical-coordinate representation of color #7BECCD: hue angle of 163.54º 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 #7BECCD is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 205 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.07 |
| HSL | 163.54º | 0.75% | 0.7% | - |
| HSV(B) | 163.54º | 0.48% | 0.93% | - |
| XYZ | 49.18 | 68.61 | 68.41 | - |
| YUV | 198.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 205 | 0.48 | 0 | 0.13 | 0.07 | 163.54 | 0.75 | 0.7 |
| Hex | 7B | EC | CD | 30 | 0 | D | 7 | A4 | 4B | 46 |
| Octal | 173 | 354 | 315 | 60 | 0 | 15 | 7 | 244 | 113 | 106 |
| Binary | 1111011 | 11101100 | 11001101 | 110000 | 0 | 1101 | 111 | 10100100 | 1001011 | 1000110 |
Color Harmonies of #7BECCD
Complementary color
Monochromatic Colors of #7BECCD
Black with #7BECCD
Text Example
Text Example
White with #7BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECCD; }
p { color: rgb(123,236,205); }
H1.HeaderClassName
{
color: #7BECCD;
}
.AnyTagClassName
{
color: #7BECCD;
}
</style>
background-color css
<style>
a { background-color: #7BECCD; }
a { background-color: rgb(123,236,205); }
div.DivClassName
{
background-color: #7BECCD;
}
.BgClassName
{
background-color: #7BECCD;
}
</style>
border-color css
<style>
span { border-color: #7BECCD; }
span { border-color: rgb(123,236,205); }
td.TdClassName
{
border-color: #7BECCD;
}
.TagClassName
{
border-color: #7BECCD;
}
</style>