Shades of Gulf Stream #73AF9F
Tints of Gulf Stream #73AF9F
RGB
CMYK
RGB Variations
Color information
#73AF9F (or 0x73AF9F) is known color: Gulf Stream. HEX triplet: 73, AF and 9F. RGB value is (115,175,159). Sum of RGB (Red+Green+Blue) = 115+175+159=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF9F is #8C5060. Grayscale: #9B9B9B. Windows color (decimal): -9195617 or 10465139. OLE color: 10465139.
HSL color Cylindrical-coordinate representation of color #73AF9F: hue angle of 164º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF9F is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 159 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.31 |
| HSL | 164º | 0.27% | 0.57% | - |
| HSV(B) | 164º | 0.34% | 0.69% | - |
| XYZ | 28.66 | 36.81 | 38.4 | - |
| YUV | 155.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 159 | 0.34 | 0 | 0.09 | 0.31 | 164 | 0.27 | 0.57 |
| Hex | 73 | AF | 9F | 22 | 0 | 9 | 1F | A4 | 1B | 39 |
| Octal | 163 | 257 | 237 | 42 | 0 | 11 | 37 | 244 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10011111 | 100010 | 0 | 1001 | 11111 | 10100100 | 11011 | 111001 |
Color Harmonies of #73AF9F
Complementary color
Monochromatic Colors of #73AF9F
Black with #73AF9F
Text Example
Text Example
White with #73AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF9F; }
p { color: rgb(115,175,159); }
H1.HeaderClassName
{
color: #73AF9F;
}
.AnyTagClassName
{
color: #73AF9F;
}
</style>
background-color css
<style>
a { background-color: #73AF9F; }
a { background-color: rgb(115,175,159); }
div.DivClassName
{
background-color: #73AF9F;
}
.BgClassName
{
background-color: #73AF9F;
}
</style>
border-color css
<style>
span { border-color: #73AF9F; }
span { border-color: rgb(115,175,159); }
td.TdClassName
{
border-color: #73AF9F;
}
.TagClassName
{
border-color: #73AF9F;
}
</style>