Shades of Gulf Stream #75BAA6
Tints of Gulf Stream #75BAA6
RGB
CMYK
RGB Variations
Color information
#75BAA6 (or 0x75BAA6) is known color: Gulf Stream. HEX triplet: 75, BA and A6. RGB value is (117,186,166). Sum of RGB (Red+Green+Blue) = 117+186+166=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA6 is #8A4559. Grayscale: #A3A3A3. Windows color (decimal): -9061722 or 10926709. OLE color: 10926709.
HSL color Cylindrical-coordinate representation of color #75BAA6: hue angle of 162.61º 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 #75BAA6 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 166 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.27 |
| HSL | 162.61º | 0.33% | 0.59% | - |
| HSV(B) | 162.61º | 0.37% | 0.73% | - |
| XYZ | 31.78 | 41.65 | 42.44 | - |
| YUV | 163.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 166 | 0.37 | 0 | 0.11 | 0.27 | 162.61 | 0.33 | 0.59 |
| Hex | 75 | BA | A6 | 25 | 0 | B | 1B | A3 | 21 | 3B |
| Octal | 165 | 272 | 246 | 45 | 0 | 13 | 33 | 243 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10100110 | 100101 | 0 | 1011 | 11011 | 10100011 | 100001 | 111011 |
Color Harmonies of #75BAA6
Complementary color
Monochromatic Colors of #75BAA6
Black with #75BAA6
Text Example
Text Example
White with #75BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BAA6; }
p { color: rgb(117,186,166); }
H1.HeaderClassName
{
color: #75BAA6;
}
.AnyTagClassName
{
color: #75BAA6;
}
</style>
background-color css
<style>
a { background-color: #75BAA6; }
a { background-color: rgb(117,186,166); }
div.DivClassName
{
background-color: #75BAA6;
}
.BgClassName
{
background-color: #75BAA6;
}
</style>
border-color css
<style>
span { border-color: #75BAA6; }
span { border-color: rgb(117,186,166); }
td.TdClassName
{
border-color: #75BAA6;
}
.TagClassName
{
border-color: #75BAA6;
}
</style>