Shades of Gulf Stream #74AD9F
Tints of Gulf Stream #74AD9F
RGB
CMYK
RGB Variations
Color information
#74AD9F (or 0x74AD9F) is known color: Gulf Stream. HEX triplet: 74, AD and 9F. RGB value is (116,173,159). Sum of RGB (Red+Green+Blue) = 116+173+159=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AD9F is #8B5260. Grayscale: #9A9A9A. Windows color (decimal): -9130593 or 10464628. OLE color: 10464628.
HSL color Cylindrical-coordinate representation of color #74AD9F: hue angle of 165.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AD9F is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 159 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.32 |
| HSL | 165.26º | 0.26% | 0.57% | - |
| HSV(B) | 165.26º | 0.33% | 0.68% | - |
| XYZ | 28.4 | 36.1 | 38.27 | - |
| YUV | 154.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 159 | 0.33 | 0 | 0.08 | 0.32 | 165.26 | 0.26 | 0.57 |
| Hex | 74 | AD | 9F | 21 | 0 | 8 | 20 | A5 | 1A | 39 |
| Octal | 164 | 255 | 237 | 41 | 0 | 10 | 40 | 245 | 32 | 71 |
| Binary | 1110100 | 10101101 | 10011111 | 100001 | 0 | 1000 | 100000 | 10100101 | 11010 | 111001 |
Color Harmonies of #74AD9F
Complementary color
Monochromatic Colors of #74AD9F
Black with #74AD9F
Text Example
Text Example
White with #74AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD9F; }
p { color: rgb(116,173,159); }
H1.HeaderClassName
{
color: #74AD9F;
}
.AnyTagClassName
{
color: #74AD9F;
}
</style>
background-color css
<style>
a { background-color: #74AD9F; }
a { background-color: rgb(116,173,159); }
div.DivClassName
{
background-color: #74AD9F;
}
.BgClassName
{
background-color: #74AD9F;
}
</style>
border-color css
<style>
span { border-color: #74AD9F; }
span { border-color: rgb(116,173,159); }
td.TdClassName
{
border-color: #74AD9F;
}
.TagClassName
{
border-color: #74AD9F;
}
</style>