Shades of Aquamarine #7BE9DB
Tints of Aquamarine #7BE9DB
RGB
CMYK
RGB Variations
Color information
#7BE9DB (or 0x7BE9DB) is known color: Aquamarine. HEX triplet: 7B, E9 and DB. RGB value is (123,233,219). Sum of RGB (Red+Green+Blue) = 123+233+219=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE9DB is #841624. Grayscale: #C6C6C6. Windows color (decimal): -8656421 or 14412155. OLE color: 14412155.
HSL color Cylindrical-coordinate representation of color #7BE9DB: hue angle of 172.36º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE9DB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 233 | 219 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.09 |
| HSL | 172.36º | 0.71% | 0.7% | - |
| HSV(B) | 172.36º | 0.47% | 0.91% | - |
| XYZ | 50.09 | 67.6 | 77.43 | - |
| YUV | 198.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 233 | 219 | 0.47 | 0 | 0.06 | 0.09 | 172.36 | 0.71 | 0.7 |
| Hex | 7B | E9 | DB | 2F | 0 | 6 | 9 | AC | 47 | 46 |
| Octal | 173 | 351 | 333 | 57 | 0 | 6 | 11 | 254 | 107 | 106 |
| Binary | 1111011 | 11101001 | 11011011 | 101111 | 0 | 110 | 1001 | 10101100 | 1000111 | 1000110 |
Color Harmonies of #7BE9DB
Complementary color
Monochromatic Colors of #7BE9DB
Black with #7BE9DB
Text Example
Text Example
White with #7BE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE9DB; }
p { color: rgb(123,233,219); }
H1.HeaderClassName
{
color: #7BE9DB;
}
.AnyTagClassName
{
color: #7BE9DB;
}
</style>
background-color css
<style>
a { background-color: #7BE9DB; }
a { background-color: rgb(123,233,219); }
div.DivClassName
{
background-color: #7BE9DB;
}
.BgClassName
{
background-color: #7BE9DB;
}
</style>
border-color css
<style>
span { border-color: #7BE9DB; }
span { border-color: rgb(123,233,219); }
td.TdClassName
{
border-color: #7BE9DB;
}
.TagClassName
{
border-color: #7BE9DB;
}
</style>