Shades of Gulf Stream #78AAA1
Tints of Gulf Stream #78AAA1
RGB
CMYK
RGB Variations
Color information
#78AAA1 (or 0x78AAA1) is known color: Gulf Stream. HEX triplet: 78, AA and A1. RGB value is (120,170,161). Sum of RGB (Red+Green+Blue) = 120+170+161=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #78AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAA1 is #87555E. Grayscale: #9A9A9A. Windows color (decimal): -8869215 or 10594936. OLE color: 10594936.
HSL color Cylindrical-coordinate representation of color #78AAA1: hue angle of 169.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AAA1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 161 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.33 |
| HSL | 169.2º | 0.23% | 0.57% | - |
| HSV(B) | 169.2º | 0.29% | 0.67% | - |
| XYZ | 28.55 | 35.32 | 39.03 | - |
| YUV | 154.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 161 | 0.29 | 0 | 0.05 | 0.33 | 169.2 | 0.23 | 0.57 |
| Hex | 78 | AA | A1 | 1D | 0 | 5 | 21 | A9 | 17 | 39 |
| Octal | 170 | 252 | 241 | 35 | 0 | 5 | 41 | 251 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10100001 | 11101 | 0 | 101 | 100001 | 10101001 | 10111 | 111001 |
Color Harmonies of #78AAA1
Complementary color
Monochromatic Colors of #78AAA1
Black with #78AAA1
Text Example
Text Example
White with #78AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AAA1; }
p { color: rgb(120,170,161); }
H1.HeaderClassName
{
color: #78AAA1;
}
.AnyTagClassName
{
color: #78AAA1;
}
</style>
background-color css
<style>
a { background-color: #78AAA1; }
a { background-color: rgb(120,170,161); }
div.DivClassName
{
background-color: #78AAA1;
}
.BgClassName
{
background-color: #78AAA1;
}
</style>
border-color css
<style>
span { border-color: #78AAA1; }
span { border-color: rgb(120,170,161); }
td.TdClassName
{
border-color: #78AAA1;
}
.TagClassName
{
border-color: #78AAA1;
}
</style>