Shades of Medium Aquamarine #7BCEA8
Tints of Medium Aquamarine #7BCEA8
RGB
CMYK
RGB Variations
Color information
#7BCEA8 (or 0x7BCEA8) is known color: Medium Aquamarine. HEX triplet: 7B, CE and A8. RGB value is (123,206,168). Sum of RGB (Red+Green+Blue) = 123+206+168=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCEA8 is #843157. Grayscale: #B0B0B0. Windows color (decimal): -8663384 or 11062907. OLE color: 11062907.
HSL color Cylindrical-coordinate representation of color #7BCEA8: hue angle of 152.53º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEA8 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 168 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.19 |
| HSL | 152.53º | 0.46% | 0.65% | - |
| HSV(B) | 152.53º | 0.4% | 0.81% | - |
| XYZ | 37.31 | 51.18 | 44.96 | - |
| YUV | 176.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 168 | 0.40 | 0 | 0.18 | 0.19 | 152.53 | 0.46 | 0.65 |
| Hex | 7B | CE | A8 | 28 | 0 | 12 | 13 | 99 | 2E | 41 |
| Octal | 173 | 316 | 250 | 50 | 0 | 22 | 23 | 231 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10101000 | 101000 | 0 | 10010 | 10011 | 10011001 | 101110 | 1000001 |
Color Harmonies of #7BCEA8
Complementary color
Monochromatic Colors of #7BCEA8
Black with #7BCEA8
Text Example
Text Example
White with #7BCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEA8; }
p { color: rgb(123,206,168); }
H1.HeaderClassName
{
color: #7BCEA8;
}
.AnyTagClassName
{
color: #7BCEA8;
}
</style>
background-color css
<style>
a { background-color: #7BCEA8; }
a { background-color: rgb(123,206,168); }
div.DivClassName
{
background-color: #7BCEA8;
}
.BgClassName
{
background-color: #7BCEA8;
}
</style>
border-color css
<style>
span { border-color: #7BCEA8; }
span { border-color: rgb(123,206,168); }
td.TdClassName
{
border-color: #7BCEA8;
}
.TagClassName
{
border-color: #7BCEA8;
}
</style>