Shades of Gulf Stream #75BAA1
Tints of Gulf Stream #75BAA1
RGB
CMYK
RGB Variations
Color information
#75BAA1 (or 0x75BAA1) is known color: Gulf Stream. HEX triplet: 75, BA and A1. RGB value is (117,186,161). Sum of RGB (Red+Green+Blue) = 117+186+161=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA1 is #8A455E. Grayscale: #A2A2A2. Windows color (decimal): -9061727 or 10599029. OLE color: 10599029.
HSL color Cylindrical-coordinate representation of color #75BAA1: hue angle of 158.26º 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 #75BAA1 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 161 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.27 |
| HSL | 158.26º | 0.33% | 0.59% | - |
| HSV(B) | 158.26º | 0.37% | 0.73% | - |
| XYZ | 31.33 | 41.47 | 40.07 | - |
| YUV | 162.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 161 | 0.37 | 0 | 0.13 | 0.27 | 158.26 | 0.33 | 0.59 |
| Hex | 75 | BA | A1 | 25 | 0 | D | 1B | 9E | 21 | 3B |
| Octal | 165 | 272 | 241 | 45 | 0 | 15 | 33 | 236 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10100001 | 100101 | 0 | 1101 | 11011 | 10011110 | 100001 | 111011 |
Color Harmonies of #75BAA1
Complementary color
Monochromatic Colors of #75BAA1
Black with #75BAA1
Text Example
Text Example
White with #75BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BAA1; }
p { color: rgb(117,186,161); }
H1.HeaderClassName
{
color: #75BAA1;
}
.AnyTagClassName
{
color: #75BAA1;
}
</style>
background-color css
<style>
a { background-color: #75BAA1; }
a { background-color: rgb(117,186,161); }
div.DivClassName
{
background-color: #75BAA1;
}
.BgClassName
{
background-color: #75BAA1;
}
</style>
border-color css
<style>
span { border-color: #75BAA1; }
span { border-color: rgb(117,186,161); }
td.TdClassName
{
border-color: #75BAA1;
}
.TagClassName
{
border-color: #75BAA1;
}
</style>