Shades of Gulf Stream #73AC9F
Tints of Gulf Stream #73AC9F
RGB
CMYK
RGB Variations
Color information
#73AC9F (or 0x73AC9F) is known color: Gulf Stream. HEX triplet: 73, AC and 9F. RGB value is (115,172,159). Sum of RGB (Red+Green+Blue) = 115+172+159=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC9F is #8C5360. Grayscale: #999999. Windows color (decimal): -9196385 or 10464371. OLE color: 10464371.
HSL color Cylindrical-coordinate representation of color #73AC9F: hue angle of 166.32º degrees, saturation: 0.26, 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 #73AC9F is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 159 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.33 |
| HSL | 166.32º | 0.26% | 0.56% | - |
| HSV(B) | 166.32º | 0.33% | 0.67% | - |
| XYZ | 28.08 | 35.65 | 38.2 | - |
| YUV | 153.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 159 | 0.33 | 0 | 0.08 | 0.33 | 166.32 | 0.26 | 0.56 |
| Hex | 73 | AC | 9F | 21 | 0 | 8 | 21 | A6 | 1A | 38 |
| Octal | 163 | 254 | 237 | 41 | 0 | 10 | 41 | 246 | 32 | 70 |
| Binary | 1110011 | 10101100 | 10011111 | 100001 | 0 | 1000 | 100001 | 10100110 | 11010 | 111000 |
Color Harmonies of #73AC9F
Complementary color
Monochromatic Colors of #73AC9F
Black with #73AC9F
Text Example
Text Example
White with #73AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC9F; }
p { color: rgb(115,172,159); }
H1.HeaderClassName
{
color: #73AC9F;
}
.AnyTagClassName
{
color: #73AC9F;
}
</style>
background-color css
<style>
a { background-color: #73AC9F; }
a { background-color: rgb(115,172,159); }
div.DivClassName
{
background-color: #73AC9F;
}
.BgClassName
{
background-color: #73AC9F;
}
</style>
border-color css
<style>
span { border-color: #73AC9F; }
span { border-color: rgb(115,172,159); }
td.TdClassName
{
border-color: #73AC9F;
}
.TagClassName
{
border-color: #73AC9F;
}
</style>