Shades of Aquamarine #7CF9DB
Tints of Aquamarine #7CF9DB
RGB
CMYK
RGB Variations
Color information
#7CF9DB (or 0x7CF9DB) is known color: Aquamarine. HEX triplet: 7C, F9 and DB. RGB value is (124,249,219). Sum of RGB (Red+Green+Blue) = 124+249+219=592 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.95% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF9DB is #830624. Grayscale: #D0D0D0. Windows color (decimal): -8586789 or 14416252. OLE color: 14416252.
HSL color Cylindrical-coordinate representation of color #7CF9DB: hue angle of 165.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF9DB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 219 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.02 |
| HSL | 165.6º | 0.91% | 0.73% | - |
| HSV(B) | 165.6º | 0.5% | 0.98% | - |
| XYZ | 54.97 | 77.15 | 79.01 | - |
| YUV | 208.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 219 | 0.50 | 0 | 0.12 | 0.02 | 165.6 | 0.91 | 0.73 |
| Hex | 7C | F9 | DB | 32 | 0 | C | 2 | A6 | 5B | 49 |
| Octal | 174 | 371 | 333 | 62 | 0 | 14 | 2 | 246 | 133 | 111 |
| Binary | 1111100 | 11111001 | 11011011 | 110010 | 0 | 1100 | 10 | 10100110 | 1011011 | 1001001 |
Color Harmonies of #7CF9DB
Complementary color
Monochromatic Colors of #7CF9DB
Black with #7CF9DB
Text Example
Text Example
White with #7CF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF9DB; }
p { color: rgb(124,249,219); }
H1.HeaderClassName
{
color: #7CF9DB;
}
.AnyTagClassName
{
color: #7CF9DB;
}
</style>
background-color css
<style>
a { background-color: #7CF9DB; }
a { background-color: rgb(124,249,219); }
div.DivClassName
{
background-color: #7CF9DB;
}
.BgClassName
{
background-color: #7CF9DB;
}
</style>
border-color css
<style>
span { border-color: #7CF9DB; }
span { border-color: rgb(124,249,219); }
td.TdClassName
{
border-color: #7CF9DB;
}
.TagClassName
{
border-color: #7CF9DB;
}
</style>