Shades of Gulf Stream #74B9A8
Tints of Gulf Stream #74B9A8
RGB
CMYK
RGB Variations
Color information
#74B9A8 (or 0x74B9A8) is known color: Gulf Stream. HEX triplet: 74, B9 and A8. RGB value is (116,185,168). Sum of RGB (Red+Green+Blue) = 116+185+168=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #74B9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B9A8 is #8B4657. Grayscale: #A2A2A2. Windows color (decimal): -9127512 or 11057524. OLE color: 11057524.
HSL color Cylindrical-coordinate representation of color #74B9A8: hue angle of 165.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B9A8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 168 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.27 |
| HSL | 165.22º | 0.33% | 0.59% | - |
| HSV(B) | 165.22º | 0.37% | 0.73% | - |
| XYZ | 31.62 | 41.24 | 43.34 | - |
| YUV | 162.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 168 | 0.37 | 0 | 0.09 | 0.27 | 165.22 | 0.33 | 0.59 |
| Hex | 74 | B9 | A8 | 25 | 0 | 9 | 1B | A5 | 21 | 3B |
| Octal | 164 | 271 | 250 | 45 | 0 | 11 | 33 | 245 | 41 | 73 |
| Binary | 1110100 | 10111001 | 10101000 | 100101 | 0 | 1001 | 11011 | 10100101 | 100001 | 111011 |
Color Harmonies of #74B9A8
Complementary color
Monochromatic Colors of #74B9A8
Black with #74B9A8
Text Example
Text Example
White with #74B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B9A8; }
p { color: rgb(116,185,168); }
H1.HeaderClassName
{
color: #74B9A8;
}
.AnyTagClassName
{
color: #74B9A8;
}
</style>
background-color css
<style>
a { background-color: #74B9A8; }
a { background-color: rgb(116,185,168); }
div.DivClassName
{
background-color: #74B9A8;
}
.BgClassName
{
background-color: #74B9A8;
}
</style>
border-color css
<style>
span { border-color: #74B9A8; }
span { border-color: rgb(116,185,168); }
td.TdClassName
{
border-color: #74B9A8;
}
.TagClassName
{
border-color: #74B9A8;
}
</style>