Shades of Gulf Stream #78BBA8
Tints of Gulf Stream #78BBA8
RGB
CMYK
RGB Variations
Color information
#78BBA8 (or 0x78BBA8) is known color: Gulf Stream. HEX triplet: 78, BB and A8. RGB value is (120,187,168). Sum of RGB (Red+Green+Blue) = 120+187+168=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBA8 is #874457. Grayscale: #A4A4A4. Windows color (decimal): -8864856 or 11058040. OLE color: 11058040.
HSL color Cylindrical-coordinate representation of color #78BBA8: hue angle of 162.99º 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 #78BBA8 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 168 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.27 |
| HSL | 162.99º | 0.33% | 0.6% | - |
| HSV(B) | 162.99º | 0.36% | 0.73% | - |
| XYZ | 32.58 | 42.36 | 43.5 | - |
| YUV | 164.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 168 | 0.36 | 0 | 0.10 | 0.27 | 162.99 | 0.33 | 0.6 |
| Hex | 78 | BB | A8 | 24 | 0 | A | 1B | A3 | 21 | 3C |
| Octal | 170 | 273 | 250 | 44 | 0 | 12 | 33 | 243 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10101000 | 100100 | 0 | 1010 | 11011 | 10100011 | 100001 | 111100 |
Color Harmonies of #78BBA8
Complementary color
Monochromatic Colors of #78BBA8
Black with #78BBA8
Text Example
Text Example
White with #78BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBA8; }
p { color: rgb(120,187,168); }
H1.HeaderClassName
{
color: #78BBA8;
}
.AnyTagClassName
{
color: #78BBA8;
}
</style>
background-color css
<style>
a { background-color: #78BBA8; }
a { background-color: rgb(120,187,168); }
div.DivClassName
{
background-color: #78BBA8;
}
.BgClassName
{
background-color: #78BBA8;
}
</style>
border-color css
<style>
span { border-color: #78BBA8; }
span { border-color: rgb(120,187,168); }
td.TdClassName
{
border-color: #78BBA8;
}
.TagClassName
{
border-color: #78BBA8;
}
</style>