Shades of Gulf Stream #75ADA5
Tints of Gulf Stream #75ADA5
RGB
CMYK
RGB Variations
Color information
#75ADA5 (or 0x75ADA5) is known color: Gulf Stream. HEX triplet: 75, AD and A5. RGB value is (117,173,165). Sum of RGB (Red+Green+Blue) = 117+173+165=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #75ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ADA5 is #8A525A. Grayscale: #9B9B9B. Windows color (decimal): -9065051 or 10857845. OLE color: 10857845.
HSL color Cylindrical-coordinate representation of color #75ADA5: hue angle of 171.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ADA5 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 165 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.32 |
| HSL | 171.43º | 0.25% | 0.57% | - |
| HSV(B) | 171.43º | 0.32% | 0.68% | - |
| XYZ | 29.07 | 36.39 | 41.09 | - |
| YUV | 155.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 165 | 0.32 | 0 | 0.05 | 0.32 | 171.43 | 0.25 | 0.57 |
| Hex | 75 | AD | A5 | 20 | 0 | 5 | 20 | AB | 19 | 39 |
| Octal | 165 | 255 | 245 | 40 | 0 | 5 | 40 | 253 | 31 | 71 |
| Binary | 1110101 | 10101101 | 10100101 | 100000 | 0 | 101 | 100000 | 10101011 | 11001 | 111001 |
Color Harmonies of #75ADA5
Complementary color
Monochromatic Colors of #75ADA5
Black with #75ADA5
Text Example
Text Example
White with #75ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADA5; }
p { color: rgb(117,173,165); }
H1.HeaderClassName
{
color: #75ADA5;
}
.AnyTagClassName
{
color: #75ADA5;
}
</style>
background-color css
<style>
a { background-color: #75ADA5; }
a { background-color: rgb(117,173,165); }
div.DivClassName
{
background-color: #75ADA5;
}
.BgClassName
{
background-color: #75ADA5;
}
</style>
border-color css
<style>
span { border-color: #75ADA5; }
span { border-color: rgb(117,173,165); }
td.TdClassName
{
border-color: #75ADA5;
}
.TagClassName
{
border-color: #75ADA5;
}
</style>