Shades of Gulf Stream #78B3AD
Tints of Gulf Stream #78B3AD
RGB
CMYK
RGB Variations
Color information
#78B3AD (or 0x78B3AD) is known color: Gulf Stream. HEX triplet: 78, B3 and AD. RGB value is (120,179,173). Sum of RGB (Red+Green+Blue) = 120+179+173=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #78B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B3AD is #874C52. Grayscale: #A0A0A0. Windows color (decimal): -8866899 or 11383672. OLE color: 11383672.
HSL color Cylindrical-coordinate representation of color #78B3AD: hue angle of 173.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B3AD is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 179 | 173 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.30 |
| HSL | 173.9º | 0.28% | 0.59% | - |
| HSV(B) | 173.9º | 0.33% | 0.7% | - |
| XYZ | 31.41 | 39.25 | 45.46 | - |
| YUV | 160.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 179 | 173 | 0.33 | 0 | 0.03 | 0.30 | 173.9 | 0.28 | 0.59 |
| Hex | 78 | B3 | AD | 21 | 0 | 3 | 1E | AE | 1C | 3B |
| Octal | 170 | 263 | 255 | 41 | 0 | 3 | 36 | 256 | 34 | 73 |
| Binary | 1111000 | 10110011 | 10101101 | 100001 | 0 | 11 | 11110 | 10101110 | 11100 | 111011 |
Color Harmonies of #78B3AD
Complementary color
Monochromatic Colors of #78B3AD
Black with #78B3AD
Text Example
Text Example
White with #78B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B3AD; }
p { color: rgb(120,179,173); }
H1.HeaderClassName
{
color: #78B3AD;
}
.AnyTagClassName
{
color: #78B3AD;
}
</style>
background-color css
<style>
a { background-color: #78B3AD; }
a { background-color: rgb(120,179,173); }
div.DivClassName
{
background-color: #78B3AD;
}
.BgClassName
{
background-color: #78B3AD;
}
</style>
border-color css
<style>
span { border-color: #78B3AD; }
span { border-color: rgb(120,179,173); }
td.TdClassName
{
border-color: #78B3AD;
}
.TagClassName
{
border-color: #78B3AD;
}
</style>