Shades of Aquamarine #79FFC4
Tints of Aquamarine #79FFC4
RGB
CMYK
RGB Variations
Color information
#79FFC4 (or 0x79FFC4) is known color: Aquamarine. HEX triplet: 79, FF and C4. RGB value is (121,255,196). Sum of RGB (Red+Green+Blue) = 121+255+196=572 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.15% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFC4 is #86003B. Grayscale: #D0D0D0. Windows color (decimal): -8781884 or 12910457. OLE color: 12910457.
HSL color Cylindrical-coordinate representation of color #79FFC4: hue angle of 153.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79FFC4 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 196 | - |
| CMYK | 0.53 | 0 | 0.23 | 0 |
| HSL | 153.58º | 1% | 0.74% | - |
| HSV(B) | 153.58º | 0.53% | 1% | - |
| XYZ | 53.61 | 79.57 | 64.76 | - |
| YUV | 208.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 196 | 0.53 | 0 | 0.23 | 0 | 153.58 | 1 | 0.74 |
| Hex | 79 | FF | C4 | 35 | 0 | 17 | 0 | 9A | 64 | 4A |
| Octal | 171 | 377 | 304 | 65 | 0 | 27 | 0 | 232 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11000100 | 110101 | 0 | 10111 | 0 | 10011010 | 1100100 | 1001010 |
Color Harmonies of #79FFC4
Complementary color
Monochromatic Colors of #79FFC4
Black with #79FFC4
Text Example
Text Example
White with #79FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFC4; }
p { color: rgb(121,255,196); }
H1.HeaderClassName
{
color: #79FFC4;
}
.AnyTagClassName
{
color: #79FFC4;
}
</style>
background-color css
<style>
a { background-color: #79FFC4; }
a { background-color: rgb(121,255,196); }
div.DivClassName
{
background-color: #79FFC4;
}
.BgClassName
{
background-color: #79FFC4;
}
</style>
border-color css
<style>
span { border-color: #79FFC4; }
span { border-color: rgb(121,255,196); }
td.TdClassName
{
border-color: #79FFC4;
}
.TagClassName
{
border-color: #79FFC4;
}
</style>