Shades of Aquamarine #79FFB8
Tints of Aquamarine #79FFB8
RGB
CMYK
RGB Variations
Color information
#79FFB8 (or 0x79FFB8) is known color: Aquamarine. HEX triplet: 79, FF and B8. RGB value is (121,255,184). Sum of RGB (Red+Green+Blue) = 121+255+184=560 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.61% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFB8 is #860047. Grayscale: #CECECE. Windows color (decimal): -8781896 or 12124025. OLE color: 12124025.
HSL color Cylindrical-coordinate representation of color #79FFB8: hue angle of 148.21º 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 #79FFB8 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 184 | - |
| CMYK | 0.53 | 0 | 0.28 | 0 |
| HSL | 148.21º | 1% | 0.74% | - |
| HSV(B) | 148.21º | 0.53% | 1% | - |
| XYZ | 52.3 | 79.05 | 57.85 | - |
| YUV | 206.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 184 | 0.53 | 0 | 0.28 | 0 | 148.21 | 1 | 0.74 |
| Hex | 79 | FF | B8 | 35 | 0 | 1C | 0 | 94 | 64 | 4A |
| Octal | 171 | 377 | 270 | 65 | 0 | 34 | 0 | 224 | 144 | 112 |
| Binary | 1111001 | 11111111 | 10111000 | 110101 | 0 | 11100 | 0 | 10010100 | 1100100 | 1001010 |
Color Harmonies of #79FFB8
Complementary color
Monochromatic Colors of #79FFB8
Black with #79FFB8
Text Example
Text Example
White with #79FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFB8; }
p { color: rgb(121,255,184); }
H1.HeaderClassName
{
color: #79FFB8;
}
.AnyTagClassName
{
color: #79FFB8;
}
</style>
background-color css
<style>
a { background-color: #79FFB8; }
a { background-color: rgb(121,255,184); }
div.DivClassName
{
background-color: #79FFB8;
}
.BgClassName
{
background-color: #79FFB8;
}
</style>
border-color css
<style>
span { border-color: #79FFB8; }
span { border-color: rgb(121,255,184); }
td.TdClassName
{
border-color: #79FFB8;
}
.TagClassName
{
border-color: #79FFB8;
}
</style>