Shades of Aquamarine #78FFB3
Tints of Aquamarine #78FFB3
RGB
CMYK
RGB Variations
Color information
#78FFB3 (or 0x78FFB3) is known color: Aquamarine. HEX triplet: 78, FF and B3. RGB value is (120,255,179). Sum of RGB (Red+Green+Blue) = 120+255+179=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFB3 is #87004C. Grayscale: #CECECE. Windows color (decimal): -8847437 or 11796344. OLE color: 11796344.
HSL color Cylindrical-coordinate representation of color #78FFB3: hue angle of 146.22º 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 #78FFB3 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 179 | - |
| CMYK | 0.53 | 0 | 0.30 | 0 |
| HSL | 146.22º | 1% | 0.74% | - |
| HSV(B) | 146.22º | 0.53% | 1% | - |
| XYZ | 51.64 | 78.77 | 55.13 | - |
| YUV | 205.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 179 | 0.53 | 0 | 0.30 | 0 | 146.22 | 1 | 0.74 |
| Hex | 78 | FF | B3 | 35 | 0 | 1E | 0 | 92 | 64 | 4A |
| Octal | 170 | 377 | 263 | 65 | 0 | 36 | 0 | 222 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10110011 | 110101 | 0 | 11110 | 0 | 10010010 | 1100100 | 1001010 |
Color Harmonies of #78FFB3
Complementary color
Monochromatic Colors of #78FFB3
Black with #78FFB3
Text Example
Text Example
White with #78FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFB3; }
p { color: rgb(120,255,179); }
H1.HeaderClassName
{
color: #78FFB3;
}
.AnyTagClassName
{
color: #78FFB3;
}
</style>
background-color css
<style>
a { background-color: #78FFB3; }
a { background-color: rgb(120,255,179); }
div.DivClassName
{
background-color: #78FFB3;
}
.BgClassName
{
background-color: #78FFB3;
}
</style>
border-color css
<style>
span { border-color: #78FFB3; }
span { border-color: rgb(120,255,179); }
td.TdClassName
{
border-color: #78FFB3;
}
.TagClassName
{
border-color: #78FFB3;
}
</style>