Shades of Gulf Stream #76B8B0
Tints of Gulf Stream #76B8B0
RGB
CMYK
RGB Variations
Color information
#76B8B0 (or 0x76B8B0) is known color: Gulf Stream. HEX triplet: 76, B8 and B0. RGB value is (118,184,176). Sum of RGB (Red+Green+Blue) = 118+184+176=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #76B8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B8B0 is #89474F. Grayscale: #A3A3A3. Windows color (decimal): -8996688 or 11581558. OLE color: 11581558.
HSL color Cylindrical-coordinate representation of color #76B8B0: hue angle of 172.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B8B0 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 176 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.28 |
| HSL | 172.73º | 0.32% | 0.59% | - |
| HSV(B) | 172.73º | 0.36% | 0.72% | - |
| XYZ | 32.45 | 41.27 | 47.33 | - |
| YUV | 163.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 176 | 0.36 | 0 | 0.04 | 0.28 | 172.73 | 0.32 | 0.59 |
| Hex | 76 | B8 | B0 | 24 | 0 | 4 | 1C | AD | 20 | 3B |
| Octal | 166 | 270 | 260 | 44 | 0 | 4 | 34 | 255 | 40 | 73 |
| Binary | 1110110 | 10111000 | 10110000 | 100100 | 0 | 100 | 11100 | 10101101 | 100000 | 111011 |
Color Harmonies of #76B8B0
Complementary color
Monochromatic Colors of #76B8B0
Black with #76B8B0
Text Example
Text Example
White with #76B8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B8B0; }
p { color: rgb(118,184,176); }
H1.HeaderClassName
{
color: #76B8B0;
}
.AnyTagClassName
{
color: #76B8B0;
}
</style>
background-color css
<style>
a { background-color: #76B8B0; }
a { background-color: rgb(118,184,176); }
div.DivClassName
{
background-color: #76B8B0;
}
.BgClassName
{
background-color: #76B8B0;
}
</style>
border-color css
<style>
span { border-color: #76B8B0; }
span { border-color: rgb(118,184,176); }
td.TdClassName
{
border-color: #76B8B0;
}
.TagClassName
{
border-color: #76B8B0;
}
</style>