Shades of Gulf Stream #78ABA1
Tints of Gulf Stream #78ABA1
RGB
CMYK
RGB Variations
Color information
#78ABA1 (or 0x78ABA1) is known color: Gulf Stream. HEX triplet: 78, AB and A1. RGB value is (120,171,161). Sum of RGB (Red+Green+Blue) = 120+171+161=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABA1 is #87545E. Grayscale: #9A9A9A. Windows color (decimal): -8868959 or 10595192. OLE color: 10595192.
HSL color Cylindrical-coordinate representation of color #78ABA1: hue angle of 168.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78ABA1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 161 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.33 |
| HSL | 168.24º | 0.23% | 0.57% | - |
| HSV(B) | 168.24º | 0.3% | 0.67% | - |
| XYZ | 28.74 | 35.69 | 39.09 | - |
| YUV | 154.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 161 | 0.30 | 0 | 0.06 | 0.33 | 168.24 | 0.23 | 0.57 |
| Hex | 78 | AB | A1 | 1E | 0 | 6 | 21 | A8 | 17 | 39 |
| Octal | 170 | 253 | 241 | 36 | 0 | 6 | 41 | 250 | 27 | 71 |
| Binary | 1111000 | 10101011 | 10100001 | 11110 | 0 | 110 | 100001 | 10101000 | 10111 | 111001 |
Color Harmonies of #78ABA1
Complementary color
Monochromatic Colors of #78ABA1
Black with #78ABA1
Text Example
Text Example
White with #78ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABA1; }
p { color: rgb(120,171,161); }
H1.HeaderClassName
{
color: #78ABA1;
}
.AnyTagClassName
{
color: #78ABA1;
}
</style>
background-color css
<style>
a { background-color: #78ABA1; }
a { background-color: rgb(120,171,161); }
div.DivClassName
{
background-color: #78ABA1;
}
.BgClassName
{
background-color: #78ABA1;
}
</style>
border-color css
<style>
span { border-color: #78ABA1; }
span { border-color: rgb(120,171,161); }
td.TdClassName
{
border-color: #78ABA1;
}
.TagClassName
{
border-color: #78ABA1;
}
</style>