Shades of Gulf Stream #74AC9F
Tints of Gulf Stream #74AC9F
RGB
CMYK
RGB Variations
Color information
#74AC9F (or 0x74AC9F) is known color: Gulf Stream. HEX triplet: 74, AC and 9F. RGB value is (116,172,159). Sum of RGB (Red+Green+Blue) = 116+172+159=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC9F is #8B5360. Grayscale: #999999. Windows color (decimal): -9130849 or 10464372. OLE color: 10464372.
HSL color Cylindrical-coordinate representation of color #74AC9F: hue angle of 166.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC9F is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 159 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.33 |
| HSL | 166.07º | 0.25% | 0.56% | - |
| HSV(B) | 166.07º | 0.33% | 0.67% | - |
| XYZ | 28.21 | 35.72 | 38.21 | - |
| YUV | 153.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 159 | 0.33 | 0 | 0.08 | 0.33 | 166.07 | 0.25 | 0.56 |
| Hex | 74 | AC | 9F | 21 | 0 | 8 | 21 | A6 | 19 | 38 |
| Octal | 164 | 254 | 237 | 41 | 0 | 10 | 41 | 246 | 31 | 70 |
| Binary | 1110100 | 10101100 | 10011111 | 100001 | 0 | 1000 | 100001 | 10100110 | 11001 | 111000 |
Color Harmonies of #74AC9F
Complementary color
Monochromatic Colors of #74AC9F
Black with #74AC9F
Text Example
Text Example
White with #74AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC9F; }
p { color: rgb(116,172,159); }
H1.HeaderClassName
{
color: #74AC9F;
}
.AnyTagClassName
{
color: #74AC9F;
}
</style>
background-color css
<style>
a { background-color: #74AC9F; }
a { background-color: rgb(116,172,159); }
div.DivClassName
{
background-color: #74AC9F;
}
.BgClassName
{
background-color: #74AC9F;
}
</style>
border-color css
<style>
span { border-color: #74AC9F; }
span { border-color: rgb(116,172,159); }
td.TdClassName
{
border-color: #74AC9F;
}
.TagClassName
{
border-color: #74AC9F;
}
</style>