Shades of Gulf Stream #78B2A8
Tints of Gulf Stream #78B2A8
RGB
CMYK
RGB Variations
Color information
#78B2A8 (or 0x78B2A8) is known color: Gulf Stream. HEX triplet: 78, B2 and A8. RGB value is (120,178,168). Sum of RGB (Red+Green+Blue) = 120+178+168=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #78B2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B2A8 is #874D57. Grayscale: #9F9F9F. Windows color (decimal): -8867160 or 11055736. OLE color: 11055736.
HSL color Cylindrical-coordinate representation of color #78B2A8: hue angle of 169.66º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B2A8 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 168 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.30 |
| HSL | 169.66º | 0.27% | 0.58% | - |
| HSV(B) | 169.66º | 0.33% | 0.7% | - |
| XYZ | 30.73 | 38.66 | 42.89 | - |
| YUV | 159.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 168 | 0.33 | 0 | 0.06 | 0.30 | 169.66 | 0.27 | 0.58 |
| Hex | 78 | B2 | A8 | 21 | 0 | 6 | 1E | AA | 1B | 3A |
| Octal | 170 | 262 | 250 | 41 | 0 | 6 | 36 | 252 | 33 | 72 |
| Binary | 1111000 | 10110010 | 10101000 | 100001 | 0 | 110 | 11110 | 10101010 | 11011 | 111010 |
Color Harmonies of #78B2A8
Complementary color
Monochromatic Colors of #78B2A8
Black with #78B2A8
Text Example
Text Example
White with #78B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2A8; }
p { color: rgb(120,178,168); }
H1.HeaderClassName
{
color: #78B2A8;
}
.AnyTagClassName
{
color: #78B2A8;
}
</style>
background-color css
<style>
a { background-color: #78B2A8; }
a { background-color: rgb(120,178,168); }
div.DivClassName
{
background-color: #78B2A8;
}
.BgClassName
{
background-color: #78B2A8;
}
</style>
border-color css
<style>
span { border-color: #78B2A8; }
span { border-color: rgb(120,178,168); }
td.TdClassName
{
border-color: #78B2A8;
}
.TagClassName
{
border-color: #78B2A8;
}
</style>