Shades of Gulf Stream #78B9A8
Tints of Gulf Stream #78B9A8
RGB
CMYK
RGB Variations
Color information
#78B9A8 (or 0x78B9A8) is known color: Gulf Stream. HEX triplet: 78, B9 and A8. RGB value is (120,185,168). Sum of RGB (Red+Green+Blue) = 120+185+168=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9A8 is #874657. Grayscale: #A3A3A3. Windows color (decimal): -8865368 or 11057528. OLE color: 11057528.
HSL color Cylindrical-coordinate representation of color #78B9A8: hue angle of 164.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B9A8 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 120 | 185 | 168 | - |
CMYK | 0.35 | 0 | 0.09 | 0.27 |
HSL | 164.31º | 0.32% | 0.6% | - |
HSV(B) | 164.31º | 0.35% | 0.73% | - |
XYZ | 32.16 | 41.52 | 43.36 | - |
YUV | 163.63 | 130.47 | 96.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 185 | 168 | 0.35 | 0 | 0.09 | 0.27 | 164.31 | 0.32 | 0.6 |
Hex | 78 | B9 | A8 | 23 | 0 | 9 | 1B | A4 | 20 | 3C |
Octal | 170 | 271 | 250 | 43 | 0 | 11 | 33 | 244 | 40 | 74 |
Binary | 1111000 | 10111001 | 10101000 | 100011 | 0 | 1001 | 11011 | 10100100 | 100000 | 111100 |
Color Harmonies of #78B9A8
Complementary color
Monochromatic Colors of #78B9A8
Black with #78B9A8
Text Example
Text Example
White with #78B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B9A8; }
p { color: rgb(120,185,168); }
H1.HeaderClassName
{
color: #78B9A8;
}
.AnyTagClassName
{
color: #78B9A8;
}
</style>
background-color css
<style>
a { background-color: #78B9A8; }
a { background-color: rgb(120,185,168); }
div.DivClassName
{
background-color: #78B9A8;
}
.BgClassName
{
background-color: #78B9A8;
}
</style>
border-color css
<style>
span { border-color: #78B9A8; }
span { border-color: rgb(120,185,168); }
td.TdClassName
{
border-color: #78B9A8;
}
.TagClassName
{
border-color: #78B9A8;
}
</style>