Shades of Gulf Stream #74BAA6
Tints of Gulf Stream #74BAA6
RGB
CMYK
RGB Variations
Color information
#74BAA6 (or 0x74BAA6) is known color: Gulf Stream. HEX triplet: 74, BA and A6. RGB value is (116,186,166). Sum of RGB (Red+Green+Blue) = 116+186+166=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #74BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BAA6 is #8B4559. Grayscale: #A2A2A2. Windows color (decimal): -9127258 or 10926708. OLE color: 10926708.
HSL color Cylindrical-coordinate representation of color #74BAA6: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BAA6 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 166 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.27 |
| HSL | 162.86º | 0.34% | 0.59% | - |
| HSV(B) | 162.86º | 0.38% | 0.73% | - |
| XYZ | 31.64 | 41.58 | 42.44 | - |
| YUV | 162.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 166 | 0.38 | 0 | 0.11 | 0.27 | 162.86 | 0.34 | 0.59 |
| Hex | 74 | BA | A6 | 26 | 0 | B | 1B | A3 | 22 | 3B |
| Octal | 164 | 272 | 246 | 46 | 0 | 13 | 33 | 243 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10100110 | 100110 | 0 | 1011 | 11011 | 10100011 | 100010 | 111011 |
Color Harmonies of #74BAA6
Complementary color
Monochromatic Colors of #74BAA6
Black with #74BAA6
Text Example
Text Example
White with #74BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BAA6; }
p { color: rgb(116,186,166); }
H1.HeaderClassName
{
color: #74BAA6;
}
.AnyTagClassName
{
color: #74BAA6;
}
</style>
background-color css
<style>
a { background-color: #74BAA6; }
a { background-color: rgb(116,186,166); }
div.DivClassName
{
background-color: #74BAA6;
}
.BgClassName
{
background-color: #74BAA6;
}
</style>
border-color css
<style>
span { border-color: #74BAA6; }
span { border-color: rgb(116,186,166); }
td.TdClassName
{
border-color: #74BAA6;
}
.TagClassName
{
border-color: #74BAA6;
}
</style>