Shades of Gulf Stream #76BAA4
Tints of Gulf Stream #76BAA4
RGB
CMYK
RGB Variations
Color information
#76BAA4 (or 0x76BAA4) is known color: Gulf Stream. HEX triplet: 76, BA and A4. RGB value is (118,186,164). Sum of RGB (Red+Green+Blue) = 118+186+164=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAA4 is #89455B. Grayscale: #A3A3A3. Windows color (decimal): -8996188 or 10795638. OLE color: 10795638.
HSL color Cylindrical-coordinate representation of color #76BAA4: hue angle of 160.59º 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 #76BAA4 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 164 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.27 |
| HSL | 160.59º | 0.33% | 0.6% | - |
| HSV(B) | 160.59º | 0.37% | 0.73% | - |
| XYZ | 31.73 | 41.65 | 41.49 | - |
| YUV | 163.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 164 | 0.37 | 0 | 0.12 | 0.27 | 160.59 | 0.33 | 0.6 |
| Hex | 76 | BA | A4 | 25 | 0 | C | 1B | A1 | 21 | 3C |
| Octal | 166 | 272 | 244 | 45 | 0 | 14 | 33 | 241 | 41 | 74 |
| Binary | 1110110 | 10111010 | 10100100 | 100101 | 0 | 1100 | 11011 | 10100001 | 100001 | 111100 |
Color Harmonies of #76BAA4
Complementary color
Monochromatic Colors of #76BAA4
Black with #76BAA4
Text Example
Text Example
White with #76BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAA4; }
p { color: rgb(118,186,164); }
H1.HeaderClassName
{
color: #76BAA4;
}
.AnyTagClassName
{
color: #76BAA4;
}
</style>
background-color css
<style>
a { background-color: #76BAA4; }
a { background-color: rgb(118,186,164); }
div.DivClassName
{
background-color: #76BAA4;
}
.BgClassName
{
background-color: #76BAA4;
}
</style>
border-color css
<style>
span { border-color: #76BAA4; }
span { border-color: rgb(118,186,164); }
td.TdClassName
{
border-color: #76BAA4;
}
.TagClassName
{
border-color: #76BAA4;
}
</style>