Shades of Aquamarine #7BEDDB
Tints of Aquamarine #7BEDDB
RGB
CMYK
RGB Variations
Color information
#7BEDDB (or 0x7BEDDB) is known color: Aquamarine. HEX triplet: 7B, ED and DB. RGB value is (123,237,219). Sum of RGB (Red+Green+Blue) = 123+237+219=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDDB is #841224. Grayscale: #C8C8C8. Windows color (decimal): -8655397 or 14413179. OLE color: 14413179.
HSL color Cylindrical-coordinate representation of color #7BEDDB: hue angle of 170.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEDDB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 219 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.07 |
| HSL | 170.53º | 0.76% | 0.71% | - |
| HSV(B) | 170.53º | 0.48% | 0.93% | - |
| XYZ | 51.24 | 69.89 | 77.81 | - |
| YUV | 200.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 219 | 0.48 | 0 | 0.08 | 0.07 | 170.53 | 0.76 | 0.71 |
| Hex | 7B | ED | DB | 30 | 0 | 8 | 7 | AB | 4C | 47 |
| Octal | 173 | 355 | 333 | 60 | 0 | 10 | 7 | 253 | 114 | 107 |
| Binary | 1111011 | 11101101 | 11011011 | 110000 | 0 | 1000 | 111 | 10101011 | 1001100 | 1000111 |
Color Harmonies of #7BEDDB
Complementary color
Monochromatic Colors of #7BEDDB
Black with #7BEDDB
Text Example
Text Example
White with #7BEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDDB; }
p { color: rgb(123,237,219); }
H1.HeaderClassName
{
color: #7BEDDB;
}
.AnyTagClassName
{
color: #7BEDDB;
}
</style>
background-color css
<style>
a { background-color: #7BEDDB; }
a { background-color: rgb(123,237,219); }
div.DivClassName
{
background-color: #7BEDDB;
}
.BgClassName
{
background-color: #7BEDDB;
}
</style>
border-color css
<style>
span { border-color: #7BEDDB; }
span { border-color: rgb(123,237,219); }
td.TdClassName
{
border-color: #7BEDDB;
}
.TagClassName
{
border-color: #7BEDDB;
}
</style>