Shades of Gulf Stream #75B6B4
Tints of Gulf Stream #75B6B4
RGB
CMYK
RGB Variations
Color information
#75B6B4 (or 0x75B6B4) is known color: Gulf Stream. HEX triplet: 75, B6 and B4. RGB value is (117,182,180). Sum of RGB (Red+Green+Blue) = 117+182+180=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B6B4 is #8A494B. Grayscale: #A2A2A2. Windows color (decimal): -9062732 or 11843189. OLE color: 11843189.
HSL color Cylindrical-coordinate representation of color #75B6B4: hue angle of 178.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B6B4 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 182 | 180 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.29 |
| HSL | 178.15º | 0.31% | 0.59% | - |
| HSV(B) | 178.15º | 0.36% | 0.71% | - |
| XYZ | 32.3 | 40.53 | 49.3 | - |
| YUV | 162.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 182 | 180 | 0.36 | 0 | 0.01 | 0.29 | 178.15 | 0.31 | 0.59 |
| Hex | 75 | B6 | B4 | 24 | 0 | 1 | 1D | B2 | 1F | 3B |
| Octal | 165 | 266 | 264 | 44 | 0 | 1 | 35 | 262 | 37 | 73 |
| Binary | 1110101 | 10110110 | 10110100 | 100100 | 0 | 1 | 11101 | 10110010 | 11111 | 111011 |
Color Harmonies of #75B6B4
Complementary color
Monochromatic Colors of #75B6B4
Black with #75B6B4
Text Example
Text Example
White with #75B6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B6B4; }
p { color: rgb(117,182,180); }
H1.HeaderClassName
{
color: #75B6B4;
}
.AnyTagClassName
{
color: #75B6B4;
}
</style>
background-color css
<style>
a { background-color: #75B6B4; }
a { background-color: rgb(117,182,180); }
div.DivClassName
{
background-color: #75B6B4;
}
.BgClassName
{
background-color: #75B6B4;
}
</style>
border-color css
<style>
span { border-color: #75B6B4; }
span { border-color: rgb(117,182,180); }
td.TdClassName
{
border-color: #75B6B4;
}
.TagClassName
{
border-color: #75B6B4;
}
</style>