Shades of Gulf Stream #76B4A8
Tints of Gulf Stream #76B4A8
RGB
CMYK
RGB Variations
Color information
#76B4A8 (or 0x76B4A8) is known color: Gulf Stream. HEX triplet: 76, B4 and A8. RGB value is (118,180,168). Sum of RGB (Red+Green+Blue) = 118+180+168=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #76B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B4A8 is #894B57. Grayscale: #A0A0A0. Windows color (decimal): -8997720 or 11056246. OLE color: 11056246.
HSL color Cylindrical-coordinate representation of color #76B4A8: hue angle of 168.39º 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 #76B4A8 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 168 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.29 |
| HSL | 168.39º | 0.29% | 0.58% | - |
| HSV(B) | 168.39º | 0.34% | 0.71% | - |
| XYZ | 30.86 | 39.32 | 43.01 | - |
| YUV | 160.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 168 | 0.34 | 0 | 0.07 | 0.29 | 168.39 | 0.29 | 0.58 |
| Hex | 76 | B4 | A8 | 22 | 0 | 7 | 1D | A8 | 1D | 3A |
| Octal | 166 | 264 | 250 | 42 | 0 | 7 | 35 | 250 | 35 | 72 |
| Binary | 1110110 | 10110100 | 10101000 | 100010 | 0 | 111 | 11101 | 10101000 | 11101 | 111010 |
Color Harmonies of #76B4A8
Complementary color
Monochromatic Colors of #76B4A8
Black with #76B4A8
Text Example
Text Example
White with #76B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B4A8; }
p { color: rgb(118,180,168); }
H1.HeaderClassName
{
color: #76B4A8;
}
.AnyTagClassName
{
color: #76B4A8;
}
</style>
background-color css
<style>
a { background-color: #76B4A8; }
a { background-color: rgb(118,180,168); }
div.DivClassName
{
background-color: #76B4A8;
}
.BgClassName
{
background-color: #76B4A8;
}
</style>
border-color css
<style>
span { border-color: #76B4A8; }
span { border-color: rgb(118,180,168); }
td.TdClassName
{
border-color: #76B4A8;
}
.TagClassName
{
border-color: #76B4A8;
}
</style>