Shades of Gulf Stream #78B8B4
Tints of Gulf Stream #78B8B4
RGB
CMYK
RGB Variations
Color information
#78B8B4 (or 0x78B8B4) is known color: Gulf Stream. HEX triplet: 78, B8 and B4. RGB value is (120,184,180). Sum of RGB (Red+Green+Blue) = 120+184+180=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #78B8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8B4 is #87474B. Grayscale: #A4A4A4. Windows color (decimal): -8865612 or 11843704. OLE color: 11843704.
HSL color Cylindrical-coordinate representation of color #78B8B4: hue angle of 176.25º 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 #78B8B4 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 180 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.28 |
| HSL | 176.25º | 0.31% | 0.6% | - |
| HSV(B) | 176.25º | 0.35% | 0.72% | - |
| XYZ | 33.12 | 41.57 | 49.46 | - |
| YUV | 164.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 180 | 0.35 | 0 | 0.02 | 0.28 | 176.25 | 0.31 | 0.6 |
| Hex | 78 | B8 | B4 | 23 | 0 | 2 | 1C | B0 | 1F | 3C |
| Octal | 170 | 270 | 264 | 43 | 0 | 2 | 34 | 260 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10110100 | 100011 | 0 | 10 | 11100 | 10110000 | 11111 | 111100 |
Color Harmonies of #78B8B4
Complementary color
Monochromatic Colors of #78B8B4
Black with #78B8B4
Text Example
Text Example
White with #78B8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8B4; }
p { color: rgb(120,184,180); }
H1.HeaderClassName
{
color: #78B8B4;
}
.AnyTagClassName
{
color: #78B8B4;
}
</style>
background-color css
<style>
a { background-color: #78B8B4; }
a { background-color: rgb(120,184,180); }
div.DivClassName
{
background-color: #78B8B4;
}
.BgClassName
{
background-color: #78B8B4;
}
</style>
border-color css
<style>
span { border-color: #78B8B4; }
span { border-color: rgb(120,184,180); }
td.TdClassName
{
border-color: #78B8B4;
}
.TagClassName
{
border-color: #78B8B4;
}
</style>