Shades of Gulf Stream #75B6AA
Tints of Gulf Stream #75B6AA
RGB
CMYK
RGB Variations
Color information
#75B6AA (or 0x75B6AA) is known color: Gulf Stream. HEX triplet: 75, B6 and AA. RGB value is (117,182,170). Sum of RGB (Red+Green+Blue) = 117+182+170=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B6AA is #8A4955. Grayscale: #A1A1A1. Windows color (decimal): -9062742 or 11187829. OLE color: 11187829.
HSL color Cylindrical-coordinate representation of color #75B6AA: hue angle of 168.92º 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 #75B6AA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 182 | 170 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.29 |
| HSL | 168.92º | 0.31% | 0.59% | - |
| HSV(B) | 168.92º | 0.36% | 0.71% | - |
| XYZ | 31.32 | 40.14 | 44.13 | - |
| YUV | 161.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 182 | 170 | 0.36 | 0 | 0.07 | 0.29 | 168.92 | 0.31 | 0.59 |
| Hex | 75 | B6 | AA | 24 | 0 | 7 | 1D | A9 | 1F | 3B |
| Octal | 165 | 266 | 252 | 44 | 0 | 7 | 35 | 251 | 37 | 73 |
| Binary | 1110101 | 10110110 | 10101010 | 100100 | 0 | 111 | 11101 | 10101001 | 11111 | 111011 |
Color Harmonies of #75B6AA
Complementary color
Monochromatic Colors of #75B6AA
Black with #75B6AA
Text Example
Text Example
White with #75B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B6AA; }
p { color: rgb(117,182,170); }
H1.HeaderClassName
{
color: #75B6AA;
}
.AnyTagClassName
{
color: #75B6AA;
}
</style>
background-color css
<style>
a { background-color: #75B6AA; }
a { background-color: rgb(117,182,170); }
div.DivClassName
{
background-color: #75B6AA;
}
.BgClassName
{
background-color: #75B6AA;
}
</style>
border-color css
<style>
span { border-color: #75B6AA; }
span { border-color: rgb(117,182,170); }
td.TdClassName
{
border-color: #75B6AA;
}
.TagClassName
{
border-color: #75B6AA;
}
</style>