Shades of Gulf Stream #75BCA9
Tints of Gulf Stream #75BCA9
RGB
CMYK
RGB Variations
Color information
#75BCA9 (or 0x75BCA9) is known color: Gulf Stream. HEX triplet: 75, BC and A9. RGB value is (117,188,169). Sum of RGB (Red+Green+Blue) = 117+188+169=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #75BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BCA9 is #8A4356. Grayscale: #A4A4A4. Windows color (decimal): -9061207 or 11123829. OLE color: 11123829.
HSL color Cylindrical-coordinate representation of color #75BCA9: hue angle of 163.94º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BCA9 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 169 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.26 |
| HSL | 163.94º | 0.35% | 0.6% | - |
| HSV(B) | 163.94º | 0.38% | 0.74% | - |
| XYZ | 32.48 | 42.61 | 44.05 | - |
| YUV | 164.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 169 | 0.38 | 0 | 0.10 | 0.26 | 163.94 | 0.35 | 0.6 |
| Hex | 75 | BC | A9 | 26 | 0 | A | 1A | A4 | 23 | 3C |
| Octal | 165 | 274 | 251 | 46 | 0 | 12 | 32 | 244 | 43 | 74 |
| Binary | 1110101 | 10111100 | 10101001 | 100110 | 0 | 1010 | 11010 | 10100100 | 100011 | 111100 |
Color Harmonies of #75BCA9
Complementary color
Monochromatic Colors of #75BCA9
Black with #75BCA9
Text Example
Text Example
White with #75BCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCA9; }
p { color: rgb(117,188,169); }
H1.HeaderClassName
{
color: #75BCA9;
}
.AnyTagClassName
{
color: #75BCA9;
}
</style>
background-color css
<style>
a { background-color: #75BCA9; }
a { background-color: rgb(117,188,169); }
div.DivClassName
{
background-color: #75BCA9;
}
.BgClassName
{
background-color: #75BCA9;
}
</style>
border-color css
<style>
span { border-color: #75BCA9; }
span { border-color: rgb(117,188,169); }
td.TdClassName
{
border-color: #75BCA9;
}
.TagClassName
{
border-color: #75BCA9;
}
</style>