Shades of Aquamarine #79EECB
Tints of Aquamarine #79EECB
RGB
CMYK
RGB Variations
Color information
#79EECB (or 0x79EECB) is known color: Aquamarine. HEX triplet: 79, EE and CB. RGB value is (121,238,203). Sum of RGB (Red+Green+Blue) = 121+238+203=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #79EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EECB is #861134. Grayscale: #C7C7C7. Windows color (decimal): -8786229 or 13364857. OLE color: 13364857.
HSL color Cylindrical-coordinate representation of color #79EECB: hue angle of 162.05º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EECB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 238 | 203 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.07 |
| HSL | 162.05º | 0.77% | 0.7% | - |
| HSV(B) | 162.05º | 0.49% | 0.93% | - |
| XYZ | 49.24 | 69.53 | 67.32 | - |
| YUV | 199.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 238 | 203 | 0.49 | 0 | 0.15 | 0.07 | 162.05 | 0.77 | 0.7 |
| Hex | 79 | EE | CB | 31 | 0 | F | 7 | A2 | 4D | 46 |
| Octal | 171 | 356 | 313 | 61 | 0 | 17 | 7 | 242 | 115 | 106 |
| Binary | 1111001 | 11101110 | 11001011 | 110001 | 0 | 1111 | 111 | 10100010 | 1001101 | 1000110 |
Color Harmonies of #79EECB
Complementary color
Monochromatic Colors of #79EECB
Black with #79EECB
Text Example
Text Example
White with #79EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EECB; }
p { color: rgb(121,238,203); }
H1.HeaderClassName
{
color: #79EECB;
}
.AnyTagClassName
{
color: #79EECB;
}
</style>
background-color css
<style>
a { background-color: #79EECB; }
a { background-color: rgb(121,238,203); }
div.DivClassName
{
background-color: #79EECB;
}
.BgClassName
{
background-color: #79EECB;
}
</style>
border-color css
<style>
span { border-color: #79EECB; }
span { border-color: rgb(121,238,203); }
td.TdClassName
{
border-color: #79EECB;
}
.TagClassName
{
border-color: #79EECB;
}
</style>