Shades of Gulf Stream #76BDA6
Tints of Gulf Stream #76BDA6
RGB
CMYK
RGB Variations
Color information
#76BDA6 (or 0x76BDA6) is known color: Gulf Stream. HEX triplet: 76, BD and A6. RGB value is (118,189,166). Sum of RGB (Red+Green+Blue) = 118+189+166=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDA6 is #894259. Grayscale: #A5A5A5. Windows color (decimal): -8995418 or 10927478. OLE color: 10927478.
HSL color Cylindrical-coordinate representation of color #76BDA6: hue angle of 160.56º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDA6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 166 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.26 |
| HSL | 160.56º | 0.35% | 0.6% | - |
| HSV(B) | 160.56º | 0.38% | 0.74% | - |
| XYZ | 32.55 | 43 | 42.66 | - |
| YUV | 165.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 166 | 0.38 | 0 | 0.12 | 0.26 | 160.56 | 0.35 | 0.6 |
| Hex | 76 | BD | A6 | 26 | 0 | C | 1A | A1 | 23 | 3C |
| Octal | 166 | 275 | 246 | 46 | 0 | 14 | 32 | 241 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10100110 | 100110 | 0 | 1100 | 11010 | 10100001 | 100011 | 111100 |
Color Harmonies of #76BDA6
Complementary color
Monochromatic Colors of #76BDA6
Black with #76BDA6
Text Example
Text Example
White with #76BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDA6; }
p { color: rgb(118,189,166); }
H1.HeaderClassName
{
color: #76BDA6;
}
.AnyTagClassName
{
color: #76BDA6;
}
</style>
background-color css
<style>
a { background-color: #76BDA6; }
a { background-color: rgb(118,189,166); }
div.DivClassName
{
background-color: #76BDA6;
}
.BgClassName
{
background-color: #76BDA6;
}
</style>
border-color css
<style>
span { border-color: #76BDA6; }
span { border-color: rgb(118,189,166); }
td.TdClassName
{
border-color: #76BDA6;
}
.TagClassName
{
border-color: #76BDA6;
}
</style>