Shades of Aquamarine #78FABB
Tints of Aquamarine #78FABB
RGB
CMYK
RGB Variations
Color information
#78FABB (or 0x78FABB) is known color: Aquamarine. HEX triplet: 78, FA and BB. RGB value is (120,250,187). Sum of RGB (Red+Green+Blue) = 120+250+187=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #78FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FABB is #870544. Grayscale: #CCCCCC. Windows color (decimal): -8848709 or 12319352. OLE color: 12319352.
HSL color Cylindrical-coordinate representation of color #78FABB: hue angle of 150.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FABB is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 250 | 187 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.02 |
| HSL | 150.92º | 0.93% | 0.73% | - |
| HSV(B) | 150.92º | 0.52% | 0.98% | - |
| XYZ | 50.9 | 75.95 | 58.99 | - |
| YUV | 203.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 250 | 187 | 0.52 | 0 | 0.25 | 0.02 | 150.92 | 0.93 | 0.73 |
| Hex | 78 | FA | BB | 34 | 0 | 19 | 2 | 97 | 5D | 49 |
| Octal | 170 | 372 | 273 | 64 | 0 | 31 | 2 | 227 | 135 | 111 |
| Binary | 1111000 | 11111010 | 10111011 | 110100 | 0 | 11001 | 10 | 10010111 | 1011101 | 1001001 |
Color Harmonies of #78FABB
Complementary color
Monochromatic Colors of #78FABB
Black with #78FABB
Text Example
Text Example
White with #78FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FABB; }
p { color: rgb(120,250,187); }
H1.HeaderClassName
{
color: #78FABB;
}
.AnyTagClassName
{
color: #78FABB;
}
</style>
background-color css
<style>
a { background-color: #78FABB; }
a { background-color: rgb(120,250,187); }
div.DivClassName
{
background-color: #78FABB;
}
.BgClassName
{
background-color: #78FABB;
}
</style>
border-color css
<style>
span { border-color: #78FABB; }
span { border-color: rgb(120,250,187); }
td.TdClassName
{
border-color: #78FABB;
}
.TagClassName
{
border-color: #78FABB;
}
</style>