Shades of Gulf Stream #78BBA2
Tints of Gulf Stream #78BBA2
RGB
CMYK
RGB Variations
Color information
#78BBA2 (or 0x78BBA2) is known color: Gulf Stream. HEX triplet: 78, BB and A2. RGB value is (120,187,162). Sum of RGB (Red+Green+Blue) = 120+187+162=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBA2 is #87445D. Grayscale: #A4A4A4. Windows color (decimal): -8864862 or 10664824. OLE color: 10664824.
HSL color Cylindrical-coordinate representation of color #78BBA2: hue angle of 157.61º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BBA2 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 162 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.27 |
| HSL | 157.61º | 0.33% | 0.6% | - |
| HSV(B) | 157.61º | 0.36% | 0.73% | - |
| XYZ | 32.04 | 42.14 | 40.63 | - |
| YUV | 164.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 162 | 0.36 | 0 | 0.13 | 0.27 | 157.61 | 0.33 | 0.6 |
| Hex | 78 | BB | A2 | 24 | 0 | D | 1B | 9E | 21 | 3C |
| Octal | 170 | 273 | 242 | 44 | 0 | 15 | 33 | 236 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10100010 | 100100 | 0 | 1101 | 11011 | 10011110 | 100001 | 111100 |
Color Harmonies of #78BBA2
Complementary color
Monochromatic Colors of #78BBA2
Black with #78BBA2
Text Example
Text Example
White with #78BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBA2; }
p { color: rgb(120,187,162); }
H1.HeaderClassName
{
color: #78BBA2;
}
.AnyTagClassName
{
color: #78BBA2;
}
</style>
background-color css
<style>
a { background-color: #78BBA2; }
a { background-color: rgb(120,187,162); }
div.DivClassName
{
background-color: #78BBA2;
}
.BgClassName
{
background-color: #78BBA2;
}
</style>
border-color css
<style>
span { border-color: #78BBA2; }
span { border-color: rgb(120,187,162); }
td.TdClassName
{
border-color: #78BBA2;
}
.TagClassName
{
border-color: #78BBA2;
}
</style>