Shades of Aquamarine #7BEBDB
Tints of Aquamarine #7BEBDB
RGB
CMYK
RGB Variations
Color information
#7BEBDB (or 0x7BEBDB) is known color: Aquamarine. HEX triplet: 7B, EB and DB. RGB value is (123,235,219). Sum of RGB (Red+Green+Blue) = 123+235+219=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBDB is #841424. Grayscale: #C7C7C7. Windows color (decimal): -8655909 or 14412667. OLE color: 14412667.
HSL color Cylindrical-coordinate representation of color #7BEBDB: hue angle of 171.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBDB is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 219 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.08 |
| HSL | 171.43º | 0.74% | 0.7% | - |
| HSV(B) | 171.43º | 0.48% | 0.92% | - |
| XYZ | 50.66 | 68.74 | 77.62 | - |
| YUV | 199.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 219 | 0.48 | 0 | 0.07 | 0.08 | 171.43 | 0.74 | 0.7 |
| Hex | 7B | EB | DB | 30 | 0 | 7 | 8 | AB | 4A | 46 |
| Octal | 173 | 353 | 333 | 60 | 0 | 7 | 10 | 253 | 112 | 106 |
| Binary | 1111011 | 11101011 | 11011011 | 110000 | 0 | 111 | 1000 | 10101011 | 1001010 | 1000110 |
Color Harmonies of #7BEBDB
Complementary color
Monochromatic Colors of #7BEBDB
Black with #7BEBDB
Text Example
Text Example
White with #7BEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBDB; }
p { color: rgb(123,235,219); }
H1.HeaderClassName
{
color: #7BEBDB;
}
.AnyTagClassName
{
color: #7BEBDB;
}
</style>
background-color css
<style>
a { background-color: #7BEBDB; }
a { background-color: rgb(123,235,219); }
div.DivClassName
{
background-color: #7BEBDB;
}
.BgClassName
{
background-color: #7BEBDB;
}
</style>
border-color css
<style>
span { border-color: #7BEBDB; }
span { border-color: rgb(123,235,219); }
td.TdClassName
{
border-color: #7BEBDB;
}
.TagClassName
{
border-color: #7BEBDB;
}
</style>