Shades of Gulf Stream #75BBA6
Tints of Gulf Stream #75BBA6
RGB
CMYK
RGB Variations
Color information
#75BBA6 (or 0x75BBA6) is known color: Gulf Stream. HEX triplet: 75, BB and A6. RGB value is (117,187,166). Sum of RGB (Red+Green+Blue) = 117+187+166=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #75BBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BBA6 is #8A4459. Grayscale: #A3A3A3. Windows color (decimal): -9061466 or 10926965. OLE color: 10926965.
HSL color Cylindrical-coordinate representation of color #75BBA6: hue angle of 162º 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 #75BBA6 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 166 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.27 |
| HSL | 162º | 0.34% | 0.6% | - |
| HSV(B) | 162º | 0.37% | 0.73% | - |
| XYZ | 31.99 | 42.08 | 42.51 | - |
| YUV | 163.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 166 | 0.37 | 0 | 0.11 | 0.27 | 162 | 0.34 | 0.6 |
| Hex | 75 | BB | A6 | 25 | 0 | B | 1B | A2 | 22 | 3C |
| Octal | 165 | 273 | 246 | 45 | 0 | 13 | 33 | 242 | 42 | 74 |
| Binary | 1110101 | 10111011 | 10100110 | 100101 | 0 | 1011 | 11011 | 10100010 | 100010 | 111100 |
Color Harmonies of #75BBA6
Complementary color
Monochromatic Colors of #75BBA6
Black with #75BBA6
Text Example
Text Example
White with #75BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBA6; }
p { color: rgb(117,187,166); }
H1.HeaderClassName
{
color: #75BBA6;
}
.AnyTagClassName
{
color: #75BBA6;
}
</style>
background-color css
<style>
a { background-color: #75BBA6; }
a { background-color: rgb(117,187,166); }
div.DivClassName
{
background-color: #75BBA6;
}
.BgClassName
{
background-color: #75BBA6;
}
</style>
border-color css
<style>
span { border-color: #75BBA6; }
span { border-color: rgb(117,187,166); }
td.TdClassName
{
border-color: #75BBA6;
}
.TagClassName
{
border-color: #75BBA6;
}
</style>