Shades of Gulf Stream #75B9B3
Tints of Gulf Stream #75B9B3
RGB
CMYK
RGB Variations
Color information
#75B9B3 (or 0x75B9B3) is known color: Gulf Stream. HEX triplet: 75, B9 and B3. RGB value is (117,185,179). Sum of RGB (Red+Green+Blue) = 117+185+179=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #75B9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9B3 is #8A464C. Grayscale: #A3A3A3. Windows color (decimal): -9061965 or 11778421. OLE color: 11778421.
HSL color Cylindrical-coordinate representation of color #75B9B3: hue angle of 174.71º 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 #75B9B3 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 179 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.27 |
| HSL | 174.71º | 0.33% | 0.59% | - |
| HSV(B) | 174.71º | 0.37% | 0.73% | - |
| XYZ | 32.82 | 41.73 | 48.97 | - |
| YUV | 163.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 179 | 0.37 | 0 | 0.03 | 0.27 | 174.71 | 0.33 | 0.59 |
| Hex | 75 | B9 | B3 | 25 | 0 | 3 | 1B | AF | 21 | 3B |
| Octal | 165 | 271 | 263 | 45 | 0 | 3 | 33 | 257 | 41 | 73 |
| Binary | 1110101 | 10111001 | 10110011 | 100101 | 0 | 11 | 11011 | 10101111 | 100001 | 111011 |
Color Harmonies of #75B9B3
Complementary color
Monochromatic Colors of #75B9B3
Black with #75B9B3
Text Example
Text Example
White with #75B9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B9B3; }
p { color: rgb(117,185,179); }
H1.HeaderClassName
{
color: #75B9B3;
}
.AnyTagClassName
{
color: #75B9B3;
}
</style>
background-color css
<style>
a { background-color: #75B9B3; }
a { background-color: rgb(117,185,179); }
div.DivClassName
{
background-color: #75B9B3;
}
.BgClassName
{
background-color: #75B9B3;
}
</style>
border-color css
<style>
span { border-color: #75B9B3; }
span { border-color: rgb(117,185,179); }
td.TdClassName
{
border-color: #75B9B3;
}
.TagClassName
{
border-color: #75B9B3;
}
</style>