Shades of Gulf Stream #75BAA8
Tints of Gulf Stream #75BAA8
RGB
CMYK
RGB Variations
Color information
#75BAA8 (or 0x75BAA8) is known color: Gulf Stream. HEX triplet: 75, BA and A8. RGB value is (117,186,168). Sum of RGB (Red+Green+Blue) = 117+186+168=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA8 is #8A4557. Grayscale: #A3A3A3. Windows color (decimal): -9061720 or 11057781. OLE color: 11057781.
HSL color Cylindrical-coordinate representation of color #75BAA8: hue angle of 164.35º 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 #75BAA8 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 168 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.27 |
| HSL | 164.35º | 0.33% | 0.59% | - |
| HSV(B) | 164.35º | 0.37% | 0.73% | - |
| XYZ | 31.96 | 41.73 | 43.42 | - |
| YUV | 163.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 168 | 0.37 | 0 | 0.10 | 0.27 | 164.35 | 0.33 | 0.59 |
| Hex | 75 | BA | A8 | 25 | 0 | A | 1B | A4 | 21 | 3B |
| Octal | 165 | 272 | 250 | 45 | 0 | 12 | 33 | 244 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10101000 | 100101 | 0 | 1010 | 11011 | 10100100 | 100001 | 111011 |
Color Harmonies of #75BAA8
Complementary color
Monochromatic Colors of #75BAA8
Black with #75BAA8
Text Example
Text Example
White with #75BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BAA8; }
p { color: rgb(117,186,168); }
H1.HeaderClassName
{
color: #75BAA8;
}
.AnyTagClassName
{
color: #75BAA8;
}
</style>
background-color css
<style>
a { background-color: #75BAA8; }
a { background-color: rgb(117,186,168); }
div.DivClassName
{
background-color: #75BAA8;
}
.BgClassName
{
background-color: #75BAA8;
}
</style>
border-color css
<style>
span { border-color: #75BAA8; }
span { border-color: rgb(117,186,168); }
td.TdClassName
{
border-color: #75BAA8;
}
.TagClassName
{
border-color: #75BAA8;
}
</style>