Shades of Gulf Stream #78B7B3
Tints of Gulf Stream #78B7B3
RGB
CMYK
RGB Variations
Color information
#78B7B3 (or 0x78B7B3) is known color: Gulf Stream. HEX triplet: 78, B7 and B3. RGB value is (120,183,179). Sum of RGB (Red+Green+Blue) = 120+183+179=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #78B7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7B3 is #87484C. Grayscale: #A3A3A3. Windows color (decimal): -8865869 or 11777912. OLE color: 11777912.
HSL color Cylindrical-coordinate representation of color #78B7B3: hue angle of 176.19º 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 #78B7B3 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 179 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.28 |
| HSL | 176.19º | 0.3% | 0.59% | - |
| HSV(B) | 176.19º | 0.34% | 0.72% | - |
| XYZ | 32.82 | 41.11 | 48.85 | - |
| YUV | 163.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 179 | 0.34 | 0 | 0.02 | 0.28 | 176.19 | 0.3 | 0.59 |
| Hex | 78 | B7 | B3 | 22 | 0 | 2 | 1C | B0 | 1E | 3B |
| Octal | 170 | 267 | 263 | 42 | 0 | 2 | 34 | 260 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10110011 | 100010 | 0 | 10 | 11100 | 10110000 | 11110 | 111011 |
Color Harmonies of #78B7B3
Complementary color
Monochromatic Colors of #78B7B3
Black with #78B7B3
Text Example
Text Example
White with #78B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7B3; }
p { color: rgb(120,183,179); }
H1.HeaderClassName
{
color: #78B7B3;
}
.AnyTagClassName
{
color: #78B7B3;
}
</style>
background-color css
<style>
a { background-color: #78B7B3; }
a { background-color: rgb(120,183,179); }
div.DivClassName
{
background-color: #78B7B3;
}
.BgClassName
{
background-color: #78B7B3;
}
</style>
border-color css
<style>
span { border-color: #78B7B3; }
span { border-color: rgb(120,183,179); }
td.TdClassName
{
border-color: #78B7B3;
}
.TagClassName
{
border-color: #78B7B3;
}
</style>