Shades of Gulf Stream #76B4A2
Tints of Gulf Stream #76B4A2
RGB
CMYK
RGB Variations
Color information
#76B4A2 (or 0x76B4A2) is known color: Gulf Stream. HEX triplet: 76, B4 and A2. RGB value is (118,180,162). Sum of RGB (Red+Green+Blue) = 118+180+162=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #76B4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B4A2 is #894B5D. Grayscale: #9F9F9F. Windows color (decimal): -8997726 or 10663030. OLE color: 10663030.
HSL color Cylindrical-coordinate representation of color #76B4A2: hue angle of 162.58º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B4A2 is Cyan = 0.34, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 162 | - |
| CMYK | 0.34 | 0 | 0.1 | 0.29 |
| HSL | 162.58º | 0.29% | 0.58% | - |
| HSV(B) | 162.58º | 0.34% | 0.71% | - |
| XYZ | 30.31 | 39.1 | 40.13 | - |
| YUV | 159.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 162 | 0.34 | 0 | 0.1 | 0.29 | 162.58 | 0.29 | 0.58 |
| Hex | 76 | B4 | A2 | 22 | 0 | A | 1D | A3 | 1D | 3A |
| Octal | 166 | 264 | 242 | 42 | 0 | 12 | 35 | 243 | 35 | 72 |
| Binary | 1110110 | 10110100 | 10100010 | 100010 | 0 | 1010 | 11101 | 10100011 | 11101 | 111010 |
Color Harmonies of #76B4A2
Complementary color
Monochromatic Colors of #76B4A2
Black with #76B4A2
Text Example
Text Example
White with #76B4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B4A2; }
p { color: rgb(118,180,162); }
H1.HeaderClassName
{
color: #76B4A2;
}
.AnyTagClassName
{
color: #76B4A2;
}
</style>
background-color css
<style>
a { background-color: #76B4A2; }
a { background-color: rgb(118,180,162); }
div.DivClassName
{
background-color: #76B4A2;
}
.BgClassName
{
background-color: #76B4A2;
}
</style>
border-color css
<style>
span { border-color: #76B4A2; }
span { border-color: rgb(118,180,162); }
td.TdClassName
{
border-color: #76B4A2;
}
.TagClassName
{
border-color: #76B4A2;
}
</style>