Shades of Aquamarine #78F8BA
Tints of Aquamarine #78F8BA
RGB
CMYK
RGB Variations
Color information
#78F8BA (or 0x78F8BA) is known color: Aquamarine. HEX triplet: 78, F8 and BA. RGB value is (120,248,186). Sum of RGB (Red+Green+Blue) = 120+248+186=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8BA is #870745. Grayscale: #CACACA. Windows color (decimal): -8849222 or 12253304. OLE color: 12253304.
HSL color Cylindrical-coordinate representation of color #78F8BA: hue angle of 150.94º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8BA is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 248 | 186 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.03 |
| HSL | 150.94º | 0.9% | 0.72% | - |
| HSV(B) | 150.94º | 0.52% | 0.97% | - |
| XYZ | 50.18 | 74.67 | 58.22 | - |
| YUV | 202.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 248 | 186 | 0.52 | 0 | 0.25 | 0.03 | 150.94 | 0.9 | 0.72 |
| Hex | 78 | F8 | BA | 34 | 0 | 19 | 3 | 97 | 5A | 48 |
| Octal | 170 | 370 | 272 | 64 | 0 | 31 | 3 | 227 | 132 | 110 |
| Binary | 1111000 | 11111000 | 10111010 | 110100 | 0 | 11001 | 11 | 10010111 | 1011010 | 1001000 |
Color Harmonies of #78F8BA
Complementary color
Monochromatic Colors of #78F8BA
Black with #78F8BA
Text Example
Text Example
White with #78F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F8BA; }
p { color: rgb(120,248,186); }
H1.HeaderClassName
{
color: #78F8BA;
}
.AnyTagClassName
{
color: #78F8BA;
}
</style>
background-color css
<style>
a { background-color: #78F8BA; }
a { background-color: rgb(120,248,186); }
div.DivClassName
{
background-color: #78F8BA;
}
.BgClassName
{
background-color: #78F8BA;
}
</style>
border-color css
<style>
span { border-color: #78F8BA; }
span { border-color: rgb(120,248,186); }
td.TdClassName
{
border-color: #78F8BA;
}
.TagClassName
{
border-color: #78F8BA;
}
</style>