Shades of Gulf Stream #78AEA1
Tints of Gulf Stream #78AEA1
RGB
CMYK
RGB Variations
Color information
#78AEA1 (or 0x78AEA1) is known color: Gulf Stream. HEX triplet: 78, AE and A1. RGB value is (120,174,161). Sum of RGB (Red+Green+Blue) = 120+174+161=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #78AEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEA1 is #87515E. Grayscale: #9C9C9C. Windows color (decimal): -8868191 or 10595960. OLE color: 10595960.
HSL color Cylindrical-coordinate representation of color #78AEA1: hue angle of 165.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AEA1 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 161 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.32 |
| HSL | 165.56º | 0.25% | 0.58% | - |
| HSV(B) | 165.56º | 0.31% | 0.68% | - |
| XYZ | 29.31 | 36.84 | 39.28 | - |
| YUV | 156.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 161 | 0.31 | 0 | 0.07 | 0.32 | 165.56 | 0.25 | 0.58 |
| Hex | 78 | AE | A1 | 1F | 0 | 7 | 20 | A6 | 19 | 3A |
| Octal | 170 | 256 | 241 | 37 | 0 | 7 | 40 | 246 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10100001 | 11111 | 0 | 111 | 100000 | 10100110 | 11001 | 111010 |
Color Harmonies of #78AEA1
Complementary color
Monochromatic Colors of #78AEA1
Black with #78AEA1
Text Example
Text Example
White with #78AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AEA1; }
p { color: rgb(120,174,161); }
H1.HeaderClassName
{
color: #78AEA1;
}
.AnyTagClassName
{
color: #78AEA1;
}
</style>
background-color css
<style>
a { background-color: #78AEA1; }
a { background-color: rgb(120,174,161); }
div.DivClassName
{
background-color: #78AEA1;
}
.BgClassName
{
background-color: #78AEA1;
}
</style>
border-color css
<style>
span { border-color: #78AEA1; }
span { border-color: rgb(120,174,161); }
td.TdClassName
{
border-color: #78AEA1;
}
.TagClassName
{
border-color: #78AEA1;
}
</style>