Shades of Gulf Stream #75AAA1
Tints of Gulf Stream #75AAA1
RGB
CMYK
RGB Variations
Color information
#75AAA1 (or 0x75AAA1) is known color: Gulf Stream. HEX triplet: 75, AA and A1. RGB value is (117,170,161). Sum of RGB (Red+Green+Blue) = 117+170+161=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #75AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAA1 is #8A555E. Grayscale: #999999. Windows color (decimal): -9065823 or 10594933. OLE color: 10594933.
HSL color Cylindrical-coordinate representation of color #75AAA1: hue angle of 169.81º 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 #75AAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 161 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.33 |
| HSL | 169.81º | 0.24% | 0.56% | - |
| HSV(B) | 169.81º | 0.31% | 0.67% | - |
| XYZ | 28.14 | 35.1 | 39.01 | - |
| YUV | 153.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 161 | 0.31 | 0 | 0.05 | 0.33 | 169.81 | 0.24 | 0.56 |
| Hex | 75 | AA | A1 | 1F | 0 | 5 | 21 | AA | 18 | 38 |
| Octal | 165 | 252 | 241 | 37 | 0 | 5 | 41 | 252 | 30 | 70 |
| Binary | 1110101 | 10101010 | 10100001 | 11111 | 0 | 101 | 100001 | 10101010 | 11000 | 111000 |
Color Harmonies of #75AAA1
Complementary color
Monochromatic Colors of #75AAA1
Black with #75AAA1
Text Example
Text Example
White with #75AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAA1; }
p { color: rgb(117,170,161); }
H1.HeaderClassName
{
color: #75AAA1;
}
.AnyTagClassName
{
color: #75AAA1;
}
</style>
background-color css
<style>
a { background-color: #75AAA1; }
a { background-color: rgb(117,170,161); }
div.DivClassName
{
background-color: #75AAA1;
}
.BgClassName
{
background-color: #75AAA1;
}
</style>
border-color css
<style>
span { border-color: #75AAA1; }
span { border-color: rgb(117,170,161); }
td.TdClassName
{
border-color: #75AAA1;
}
.TagClassName
{
border-color: #75AAA1;
}
</style>