Shades of Gulf Stream #76BAB0
Tints of Gulf Stream #76BAB0
RGB
CMYK
RGB Variations
Color information
#76BAB0 (or 0x76BAB0) is known color: Gulf Stream. HEX triplet: 76, BA and B0. RGB value is (118,186,176). Sum of RGB (Red+Green+Blue) = 118+186+176=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAB0 is #89454F. Grayscale: #A4A4A4. Windows color (decimal): -8996176 or 11582070. OLE color: 11582070.
HSL color Cylindrical-coordinate representation of color #76BAB0: hue angle of 171.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BAB0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 176 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.27 |
| HSL | 171.18º | 0.33% | 0.6% | - |
| HSV(B) | 171.18º | 0.37% | 0.73% | - |
| XYZ | 32.87 | 42.1 | 47.47 | - |
| YUV | 164.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 176 | 0.37 | 0 | 0.05 | 0.27 | 171.18 | 0.33 | 0.6 |
| Hex | 76 | BA | B0 | 25 | 0 | 5 | 1B | AB | 21 | 3C |
| Octal | 166 | 272 | 260 | 45 | 0 | 5 | 33 | 253 | 41 | 74 |
| Binary | 1110110 | 10111010 | 10110000 | 100101 | 0 | 101 | 11011 | 10101011 | 100001 | 111100 |
Color Harmonies of #76BAB0
Complementary color
Monochromatic Colors of #76BAB0
Black with #76BAB0
Text Example
Text Example
White with #76BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAB0; }
p { color: rgb(118,186,176); }
H1.HeaderClassName
{
color: #76BAB0;
}
.AnyTagClassName
{
color: #76BAB0;
}
</style>
background-color css
<style>
a { background-color: #76BAB0; }
a { background-color: rgb(118,186,176); }
div.DivClassName
{
background-color: #76BAB0;
}
.BgClassName
{
background-color: #76BAB0;
}
</style>
border-color css
<style>
span { border-color: #76BAB0; }
span { border-color: rgb(118,186,176); }
td.TdClassName
{
border-color: #76BAB0;
}
.TagClassName
{
border-color: #76BAB0;
}
</style>