Shades of Gulf Stream #78B8AA
Tints of Gulf Stream #78B8AA
RGB
CMYK
RGB Variations
Color information
#78B8AA (or 0x78B8AA) is known color: Gulf Stream. HEX triplet: 78, B8 and AA. RGB value is (120,184,170). Sum of RGB (Red+Green+Blue) = 120+184+170=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #78B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B8AA is #874755. Grayscale: #A3A3A3. Windows color (decimal): -8865622 or 11188344. OLE color: 11188344.
HSL color Cylindrical-coordinate representation of color #78B8AA: hue angle of 166.88º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B8AA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 170 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.28 |
| HSL | 166.88º | 0.31% | 0.6% | - |
| HSV(B) | 166.88º | 0.35% | 0.72% | - |
| XYZ | 32.14 | 41.18 | 44.28 | - |
| YUV | 163.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 170 | 0.35 | 0 | 0.08 | 0.28 | 166.88 | 0.31 | 0.6 |
| Hex | 78 | B8 | AA | 23 | 0 | 8 | 1C | A7 | 1F | 3C |
| Octal | 170 | 270 | 252 | 43 | 0 | 10 | 34 | 247 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10101010 | 100011 | 0 | 1000 | 11100 | 10100111 | 11111 | 111100 |
Color Harmonies of #78B8AA
Complementary color
Monochromatic Colors of #78B8AA
Black with #78B8AA
Text Example
Text Example
White with #78B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8AA; }
p { color: rgb(120,184,170); }
H1.HeaderClassName
{
color: #78B8AA;
}
.AnyTagClassName
{
color: #78B8AA;
}
</style>
background-color css
<style>
a { background-color: #78B8AA; }
a { background-color: rgb(120,184,170); }
div.DivClassName
{
background-color: #78B8AA;
}
.BgClassName
{
background-color: #78B8AA;
}
</style>
border-color css
<style>
span { border-color: #78B8AA; }
span { border-color: rgb(120,184,170); }
td.TdClassName
{
border-color: #78B8AA;
}
.TagClassName
{
border-color: #78B8AA;
}
</style>