Shades of Gulf Stream #75AAA0
Tints of Gulf Stream #75AAA0
RGB
CMYK
RGB Variations
Color information
#75AAA0 (or 0x75AAA0) is known color: Gulf Stream. HEX triplet: 75, AA and A0. RGB value is (117,170,160). Sum of RGB (Red+Green+Blue) = 117+170+160=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #75AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAA0 is #8A555F. Grayscale: #999999. Windows color (decimal): -9065824 or 10529397. OLE color: 10529397.
HSL color Cylindrical-coordinate representation of color #75AAA0: hue angle of 168.68º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AAA0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 160 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.33 |
| HSL | 168.68º | 0.24% | 0.56% | - |
| HSV(B) | 168.68º | 0.31% | 0.67% | - |
| XYZ | 28.06 | 35.07 | 38.55 | - |
| YUV | 153.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 160 | 0.31 | 0 | 0.06 | 0.33 | 168.68 | 0.24 | 0.56 |
| Hex | 75 | AA | A0 | 1F | 0 | 6 | 21 | A9 | 18 | 38 |
| Octal | 165 | 252 | 240 | 37 | 0 | 6 | 41 | 251 | 30 | 70 |
| Binary | 1110101 | 10101010 | 10100000 | 11111 | 0 | 110 | 100001 | 10101001 | 11000 | 111000 |
Color Harmonies of #75AAA0
Complementary color
Monochromatic Colors of #75AAA0
Black with #75AAA0
Text Example
Text Example
White with #75AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAA0; }
p { color: rgb(117,170,160); }
H1.HeaderClassName
{
color: #75AAA0;
}
.AnyTagClassName
{
color: #75AAA0;
}
</style>
background-color css
<style>
a { background-color: #75AAA0; }
a { background-color: rgb(117,170,160); }
div.DivClassName
{
background-color: #75AAA0;
}
.BgClassName
{
background-color: #75AAA0;
}
</style>
border-color css
<style>
span { border-color: #75AAA0; }
span { border-color: rgb(117,170,160); }
td.TdClassName
{
border-color: #75AAA0;
}
.TagClassName
{
border-color: #75AAA0;
}
</style>