Shades of Gulf Stream #76B4A5
Tints of Gulf Stream #76B4A5
RGB
CMYK
RGB Variations
Color information
#76B4A5 (or 0x76B4A5) is known color: Gulf Stream. HEX triplet: 76, B4 and A5. RGB value is (118,180,165). Sum of RGB (Red+Green+Blue) = 118+180+165=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #76B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B4A5 is #894B5A. Grayscale: #9F9F9F. Windows color (decimal): -8997723 or 10859638. OLE color: 10859638.
HSL color Cylindrical-coordinate representation of color #76B4A5: hue angle of 165.48º 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 #76B4A5 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 165 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.29 |
| HSL | 165.48º | 0.29% | 0.58% | - |
| HSV(B) | 165.48º | 0.34% | 0.71% | - |
| XYZ | 30.58 | 39.21 | 41.55 | - |
| YUV | 159.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 165 | 0.34 | 0 | 0.08 | 0.29 | 165.48 | 0.29 | 0.58 |
| Hex | 76 | B4 | A5 | 22 | 0 | 8 | 1D | A5 | 1D | 3A |
| Octal | 166 | 264 | 245 | 42 | 0 | 10 | 35 | 245 | 35 | 72 |
| Binary | 1110110 | 10110100 | 10100101 | 100010 | 0 | 1000 | 11101 | 10100101 | 11101 | 111010 |
Color Harmonies of #76B4A5
Complementary color
Monochromatic Colors of #76B4A5
Black with #76B4A5
Text Example
Text Example
White with #76B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B4A5; }
p { color: rgb(118,180,165); }
H1.HeaderClassName
{
color: #76B4A5;
}
.AnyTagClassName
{
color: #76B4A5;
}
</style>
background-color css
<style>
a { background-color: #76B4A5; }
a { background-color: rgb(118,180,165); }
div.DivClassName
{
background-color: #76B4A5;
}
.BgClassName
{
background-color: #76B4A5;
}
</style>
border-color css
<style>
span { border-color: #76B4A5; }
span { border-color: rgb(118,180,165); }
td.TdClassName
{
border-color: #76B4A5;
}
.TagClassName
{
border-color: #76B4A5;
}
</style>