Shades of Aquamarine #78FFAB
Tints of Aquamarine #78FFAB
RGB
CMYK
RGB Variations
Color information
#78FFAB (or 0x78FFAB) is known color: Aquamarine. HEX triplet: 78, FF and AB. RGB value is (120,255,171). Sum of RGB (Red+Green+Blue) = 120+255+171=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FFAB is #870054. Grayscale: #CDCDCD. Windows color (decimal): -8847445 or 11272056. OLE color: 11272056.
HSL color Cylindrical-coordinate representation of color #78FFAB: hue angle of 142.67º 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 #78FFAB is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 171 | - |
| CMYK | 0.53 | 0 | 0.33 | 0 |
| HSL | 142.67º | 1% | 0.74% | - |
| HSV(B) | 142.67º | 0.53% | 1% | - |
| XYZ | 50.86 | 78.45 | 50.99 | - |
| YUV | 205.06 | 108.77 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 171 | 0.53 | 0 | 0.33 | 0 | 142.67 | 1 | 0.74 |
| Hex | 78 | FF | AB | 35 | 0 | 21 | 0 | 8F | 64 | 4A |
| Octal | 170 | 377 | 253 | 65 | 0 | 41 | 0 | 217 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10101011 | 110101 | 0 | 100001 | 0 | 10001111 | 1100100 | 1001010 |
Color Harmonies of #78FFAB
Complementary color
Monochromatic Colors of #78FFAB
Black with #78FFAB
Text Example
Text Example
White with #78FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFAB; }
p { color: rgb(120,255,171); }
H1.HeaderClassName
{
color: #78FFAB;
}
.AnyTagClassName
{
color: #78FFAB;
}
</style>
background-color css
<style>
a { background-color: #78FFAB; }
a { background-color: rgb(120,255,171); }
div.DivClassName
{
background-color: #78FFAB;
}
.BgClassName
{
background-color: #78FFAB;
}
</style>
border-color css
<style>
span { border-color: #78FFAB; }
span { border-color: rgb(120,255,171); }
td.TdClassName
{
border-color: #78FFAB;
}
.TagClassName
{
border-color: #78FFAB;
}
</style>