Shades of Aquamarine #78FFB5
Tints of Aquamarine #78FFB5
RGB
CMYK
RGB Variations
Color information
#78FFB5 (or 0x78FFB5) is known color: Aquamarine. HEX triplet: 78, FF and B5. RGB value is (120,255,181). Sum of RGB (Red+Green+Blue) = 120+255+181=556 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.58% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFB5 is #87004A. Grayscale: #CECECE. Windows color (decimal): -8847435 or 11927416. OLE color: 11927416.
HSL color Cylindrical-coordinate representation of color #78FFB5: hue angle of 147.11º 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 #78FFB5 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 181 | - |
| CMYK | 0.53 | 0 | 0.29 | 0 |
| HSL | 147.11º | 1% | 0.74% | - |
| HSV(B) | 147.11º | 0.53% | 1% | - |
| XYZ | 51.85 | 78.85 | 56.2 | - |
| YUV | 206.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 181 | 0.53 | 0 | 0.29 | 0 | 147.11 | 1 | 0.74 |
| Hex | 78 | FF | B5 | 35 | 0 | 1D | 0 | 93 | 64 | 4A |
| Octal | 170 | 377 | 265 | 65 | 0 | 35 | 0 | 223 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10110101 | 110101 | 0 | 11101 | 0 | 10010011 | 1100100 | 1001010 |
Color Harmonies of #78FFB5
Complementary color
Monochromatic Colors of #78FFB5
Black with #78FFB5
Text Example
Text Example
White with #78FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFB5; }
p { color: rgb(120,255,181); }
H1.HeaderClassName
{
color: #78FFB5;
}
.AnyTagClassName
{
color: #78FFB5;
}
</style>
background-color css
<style>
a { background-color: #78FFB5; }
a { background-color: rgb(120,255,181); }
div.DivClassName
{
background-color: #78FFB5;
}
.BgClassName
{
background-color: #78FFB5;
}
</style>
border-color css
<style>
span { border-color: #78FFB5; }
span { border-color: rgb(120,255,181); }
td.TdClassName
{
border-color: #78FFB5;
}
.TagClassName
{
border-color: #78FFB5;
}
</style>