Shades of Aquamarine #79FDB4
Tints of Aquamarine #79FDB4
RGB
CMYK
RGB Variations
Color information
#79FDB4 (or 0x79FDB4) is known color: Aquamarine. HEX triplet: 79, FD and B4. RGB value is (121,253,180). Sum of RGB (Red+Green+Blue) = 121+253+180=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FDB4 is #86024B. Grayscale: #CDCDCD. Windows color (decimal): -8782412 or 11861369. OLE color: 11861369.
HSL color Cylindrical-coordinate representation of color #79FDB4: hue angle of 146.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDB4 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 253 | 180 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.01 |
| HSL | 146.82º | 0.97% | 0.73% | - |
| HSV(B) | 146.82º | 0.52% | 0.99% | - |
| XYZ | 51.25 | 77.61 | 55.46 | - |
| YUV | 205.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 253 | 180 | 0.52 | 0 | 0.29 | 0.01 | 146.82 | 0.97 | 0.73 |
| Hex | 79 | FD | B4 | 34 | 0 | 1D | 1 | 93 | 61 | 49 |
| Octal | 171 | 375 | 264 | 64 | 0 | 35 | 1 | 223 | 141 | 111 |
| Binary | 1111001 | 11111101 | 10110100 | 110100 | 0 | 11101 | 1 | 10010011 | 1100001 | 1001001 |
Color Harmonies of #79FDB4
Complementary color
Monochromatic Colors of #79FDB4
Black with #79FDB4
Text Example
Text Example
White with #79FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FDB4; }
p { color: rgb(121,253,180); }
H1.HeaderClassName
{
color: #79FDB4;
}
.AnyTagClassName
{
color: #79FDB4;
}
</style>
background-color css
<style>
a { background-color: #79FDB4; }
a { background-color: rgb(121,253,180); }
div.DivClassName
{
background-color: #79FDB4;
}
.BgClassName
{
background-color: #79FDB4;
}
</style>
border-color css
<style>
span { border-color: #79FDB4; }
span { border-color: rgb(121,253,180); }
td.TdClassName
{
border-color: #79FDB4;
}
.TagClassName
{
border-color: #79FDB4;
}
</style>