Shades of Gulf Stream #75BBA4
Tints of Gulf Stream #75BBA4
RGB
CMYK
RGB Variations
Color information
#75BBA4 (or 0x75BBA4) is known color: Gulf Stream. HEX triplet: 75, BB and A4. RGB value is (117,187,164). Sum of RGB (Red+Green+Blue) = 117+187+164=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #75BBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BBA4 is #8A445B. Grayscale: #A3A3A3. Windows color (decimal): -9061468 or 10795893. OLE color: 10795893.
HSL color Cylindrical-coordinate representation of color #75BBA4: hue angle of 160.29º 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 #75BBA4 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 164 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.27 |
| HSL | 160.29º | 0.34% | 0.6% | - |
| HSV(B) | 160.29º | 0.37% | 0.73% | - |
| XYZ | 31.81 | 42 | 41.55 | - |
| YUV | 163.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 164 | 0.37 | 0 | 0.12 | 0.27 | 160.29 | 0.34 | 0.6 |
| Hex | 75 | BB | A4 | 25 | 0 | C | 1B | A0 | 22 | 3C |
| Octal | 165 | 273 | 244 | 45 | 0 | 14 | 33 | 240 | 42 | 74 |
| Binary | 1110101 | 10111011 | 10100100 | 100101 | 0 | 1100 | 11011 | 10100000 | 100010 | 111100 |
Color Harmonies of #75BBA4
Complementary color
Monochromatic Colors of #75BBA4
Black with #75BBA4
Text Example
Text Example
White with #75BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBA4; }
p { color: rgb(117,187,164); }
H1.HeaderClassName
{
color: #75BBA4;
}
.AnyTagClassName
{
color: #75BBA4;
}
</style>
background-color css
<style>
a { background-color: #75BBA4; }
a { background-color: rgb(117,187,164); }
div.DivClassName
{
background-color: #75BBA4;
}
.BgClassName
{
background-color: #75BBA4;
}
</style>
border-color css
<style>
span { border-color: #75BBA4; }
span { border-color: rgb(117,187,164); }
td.TdClassName
{
border-color: #75BBA4;
}
.TagClassName
{
border-color: #75BBA4;
}
</style>