Shades of Gulf Stream #75BBA7
Tints of Gulf Stream #75BBA7
RGB
CMYK
RGB Variations
Color information
#75BBA7 (or 0x75BBA7) is known color: Gulf Stream. HEX triplet: 75, BB and A7. RGB value is (117,187,167). Sum of RGB (Red+Green+Blue) = 117+187+167=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #75BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BBA7 is #8A4458. Grayscale: #A3A3A3. Windows color (decimal): -9061465 or 10992501. OLE color: 10992501.
HSL color Cylindrical-coordinate representation of color #75BBA7: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BBA7 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 167 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.27 |
| HSL | 162.86º | 0.34% | 0.6% | - |
| HSV(B) | 162.86º | 0.37% | 0.73% | - |
| XYZ | 32.08 | 42.11 | 43 | - |
| YUV | 163.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 167 | 0.37 | 0 | 0.11 | 0.27 | 162.86 | 0.34 | 0.6 |
| Hex | 75 | BB | A7 | 25 | 0 | B | 1B | A3 | 22 | 3C |
| Octal | 165 | 273 | 247 | 45 | 0 | 13 | 33 | 243 | 42 | 74 |
| Binary | 1110101 | 10111011 | 10100111 | 100101 | 0 | 1011 | 11011 | 10100011 | 100010 | 111100 |
Color Harmonies of #75BBA7
Complementary color
Monochromatic Colors of #75BBA7
Black with #75BBA7
Text Example
Text Example
White with #75BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBA7; }
p { color: rgb(117,187,167); }
H1.HeaderClassName
{
color: #75BBA7;
}
.AnyTagClassName
{
color: #75BBA7;
}
</style>
background-color css
<style>
a { background-color: #75BBA7; }
a { background-color: rgb(117,187,167); }
div.DivClassName
{
background-color: #75BBA7;
}
.BgClassName
{
background-color: #75BBA7;
}
</style>
border-color css
<style>
span { border-color: #75BBA7; }
span { border-color: rgb(117,187,167); }
td.TdClassName
{
border-color: #75BBA7;
}
.TagClassName
{
border-color: #75BBA7;
}
</style>