Shades of Gulf Stream #75A99E
Tints of Gulf Stream #75A99E
RGB
CMYK
RGB Variations
Color information
#75A99E (or 0x75A99E) is known color: Gulf Stream. HEX triplet: 75, A9 and 9E. RGB value is (117,169,158). Sum of RGB (Red+Green+Blue) = 117+169+158=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #75A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A99E is #8A5661. Grayscale: #989898. Windows color (decimal): -9066082 or 10398069. OLE color: 10398069.
HSL color Cylindrical-coordinate representation of color #75A99E: hue angle of 167.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A99E is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 158 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.34 |
| HSL | 167.31º | 0.23% | 0.56% | - |
| HSV(B) | 167.31º | 0.31% | 0.66% | - |
| XYZ | 27.7 | 34.63 | 37.57 | - |
| YUV | 152.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 158 | 0.31 | 0 | 0.07 | 0.34 | 167.31 | 0.23 | 0.56 |
| Hex | 75 | A9 | 9E | 1F | 0 | 7 | 22 | A7 | 17 | 38 |
| Octal | 165 | 251 | 236 | 37 | 0 | 7 | 42 | 247 | 27 | 70 |
| Binary | 1110101 | 10101001 | 10011110 | 11111 | 0 | 111 | 100010 | 10100111 | 10111 | 111000 |
Color Harmonies of #75A99E
Complementary color
Monochromatic Colors of #75A99E
Black with #75A99E
Text Example
Text Example
White with #75A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A99E; }
p { color: rgb(117,169,158); }
H1.HeaderClassName
{
color: #75A99E;
}
.AnyTagClassName
{
color: #75A99E;
}
</style>
background-color css
<style>
a { background-color: #75A99E; }
a { background-color: rgb(117,169,158); }
div.DivClassName
{
background-color: #75A99E;
}
.BgClassName
{
background-color: #75A99E;
}
</style>
border-color css
<style>
span { border-color: #75A99E; }
span { border-color: rgb(117,169,158); }
td.TdClassName
{
border-color: #75A99E;
}
.TagClassName
{
border-color: #75A99E;
}
</style>