Shades of Aquamarine #7BF6DB
Tints of Aquamarine #7BF6DB
RGB
CMYK
RGB Variations
Color information
#7BF6DB (or 0x7BF6DB) is known color: Aquamarine. HEX triplet: 7B, F6 and DB. RGB value is (123,246,219). Sum of RGB (Red+Green+Blue) = 123+246+219=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6DB is #840924. Grayscale: #CECECE. Windows color (decimal): -8653093 or 14415483. OLE color: 14415483.
HSL color Cylindrical-coordinate representation of color #7BF6DB: hue angle of 166.83º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6DB is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 246 | 219 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.04 |
| HSL | 166.83º | 0.87% | 0.72% | - |
| HSV(B) | 166.83º | 0.5% | 0.96% | - |
| XYZ | 53.91 | 75.24 | 78.7 | - |
| YUV | 206.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 246 | 219 | 0.50 | 0 | 0.11 | 0.04 | 166.83 | 0.87 | 0.72 |
| Hex | 7B | F6 | DB | 32 | 0 | B | 4 | A7 | 57 | 48 |
| Octal | 173 | 366 | 333 | 62 | 0 | 13 | 4 | 247 | 127 | 110 |
| Binary | 1111011 | 11110110 | 11011011 | 110010 | 0 | 1011 | 100 | 10100111 | 1010111 | 1001000 |
Color Harmonies of #7BF6DB
Complementary color
Monochromatic Colors of #7BF6DB
Black with #7BF6DB
Text Example
Text Example
White with #7BF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF6DB; }
p { color: rgb(123,246,219); }
H1.HeaderClassName
{
color: #7BF6DB;
}
.AnyTagClassName
{
color: #7BF6DB;
}
</style>
background-color css
<style>
a { background-color: #7BF6DB; }
a { background-color: rgb(123,246,219); }
div.DivClassName
{
background-color: #7BF6DB;
}
.BgClassName
{
background-color: #7BF6DB;
}
</style>
border-color css
<style>
span { border-color: #7BF6DB; }
span { border-color: rgb(123,246,219); }
td.TdClassName
{
border-color: #7BF6DB;
}
.TagClassName
{
border-color: #7BF6DB;
}
</style>