Shades of Gulf Stream #73AFA9
Tints of Gulf Stream #73AFA9
RGB
CMYK
RGB Variations
Color information
#73AFA9 (or 0x73AFA9) is known color: Gulf Stream. HEX triplet: 73, AF and A9. RGB value is (115,175,169). Sum of RGB (Red+Green+Blue) = 115+175+169=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFA9 is #8C5056. Grayscale: #9C9C9C. Windows color (decimal): -9195607 or 11120499. OLE color: 11120499.
HSL color Cylindrical-coordinate representation of color #73AFA9: hue angle of 174º 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 #73AFA9 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 169 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.31 |
| HSL | 174º | 0.27% | 0.57% | - |
| HSV(B) | 174º | 0.34% | 0.69% | - |
| XYZ | 29.56 | 37.17 | 43.15 | - |
| YUV | 156.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 169 | 0.34 | 0 | 0.03 | 0.31 | 174 | 0.27 | 0.57 |
| Hex | 73 | AF | A9 | 22 | 0 | 3 | 1F | AE | 1B | 39 |
| Octal | 163 | 257 | 251 | 42 | 0 | 3 | 37 | 256 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10101001 | 100010 | 0 | 11 | 11111 | 10101110 | 11011 | 111001 |
Color Harmonies of #73AFA9
Complementary color
Monochromatic Colors of #73AFA9
Black with #73AFA9
Text Example
Text Example
White with #73AFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFA9; }
p { color: rgb(115,175,169); }
H1.HeaderClassName
{
color: #73AFA9;
}
.AnyTagClassName
{
color: #73AFA9;
}
</style>
background-color css
<style>
a { background-color: #73AFA9; }
a { background-color: rgb(115,175,169); }
div.DivClassName
{
background-color: #73AFA9;
}
.BgClassName
{
background-color: #73AFA9;
}
</style>
border-color css
<style>
span { border-color: #73AFA9; }
span { border-color: rgb(115,175,169); }
td.TdClassName
{
border-color: #73AFA9;
}
.TagClassName
{
border-color: #73AFA9;
}
</style>