Shades of Gulf Stream #78B7B4
Tints of Gulf Stream #78B7B4
RGB
CMYK
RGB Variations
Color information
#78B7B4 (or 0x78B7B4) is known color: Gulf Stream. HEX triplet: 78, B7 and B4. RGB value is (120,183,180). Sum of RGB (Red+Green+Blue) = 120+183+180=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #78B7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7B4 is #87484B. Grayscale: #A3A3A3. Windows color (decimal): -8865868 or 11843448. OLE color: 11843448.
HSL color Cylindrical-coordinate representation of color #78B7B4: hue angle of 177.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B7B4 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 180 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.28 |
| HSL | 177.14º | 0.3% | 0.59% | - |
| HSV(B) | 177.14º | 0.34% | 0.72% | - |
| XYZ | 32.92 | 41.16 | 49.39 | - |
| YUV | 163.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 180 | 0.34 | 0 | 0.02 | 0.28 | 177.14 | 0.3 | 0.59 |
| Hex | 78 | B7 | B4 | 22 | 0 | 2 | 1C | B1 | 1E | 3B |
| Octal | 170 | 267 | 264 | 42 | 0 | 2 | 34 | 261 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10110100 | 100010 | 0 | 10 | 11100 | 10110001 | 11110 | 111011 |
Color Harmonies of #78B7B4
Complementary color
Monochromatic Colors of #78B7B4
Black with #78B7B4
Text Example
Text Example
White with #78B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7B4; }
p { color: rgb(120,183,180); }
H1.HeaderClassName
{
color: #78B7B4;
}
.AnyTagClassName
{
color: #78B7B4;
}
</style>
background-color css
<style>
a { background-color: #78B7B4; }
a { background-color: rgb(120,183,180); }
div.DivClassName
{
background-color: #78B7B4;
}
.BgClassName
{
background-color: #78B7B4;
}
</style>
border-color css
<style>
span { border-color: #78B7B4; }
span { border-color: rgb(120,183,180); }
td.TdClassName
{
border-color: #78B7B4;
}
.TagClassName
{
border-color: #78B7B4;
}
</style>