Shades of Gulf Stream #73B1A6
Tints of Gulf Stream #73B1A6
RGB
CMYK
RGB Variations
Color information
#73B1A6 (or 0x73B1A6) is known color: Gulf Stream. HEX triplet: 73, B1 and A6. RGB value is (115,177,166). Sum of RGB (Red+Green+Blue) = 115+177+166=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #73B1A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B1A6 is #8C4E59. Grayscale: #9D9D9D. Windows color (decimal): -9195098 or 10924403. OLE color: 10924403.
HSL color Cylindrical-coordinate representation of color #73B1A6: hue angle of 169.35º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B1A6 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 177 | 166 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.31 |
| HSL | 169.35º | 0.28% | 0.57% | - |
| HSV(B) | 169.35º | 0.35% | 0.69% | - |
| XYZ | 29.68 | 37.84 | 41.82 | - |
| YUV | 157.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 166 | 0.35 | 0 | 0.06 | 0.31 | 169.35 | 0.28 | 0.57 |
| Hex | 73 | B1 | A6 | 23 | 0 | 6 | 1F | A9 | 1C | 39 |
| Octal | 163 | 261 | 246 | 43 | 0 | 6 | 37 | 251 | 34 | 71 |
| Binary | 1110011 | 10110001 | 10100110 | 100011 | 0 | 110 | 11111 | 10101001 | 11100 | 111001 |
Color Harmonies of #73B1A6
Complementary color
Monochromatic Colors of #73B1A6
Black with #73B1A6
Text Example
Text Example
White with #73B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1A6; }
p { color: rgb(115,177,166); }
H1.HeaderClassName
{
color: #73B1A6;
}
.AnyTagClassName
{
color: #73B1A6;
}
</style>
background-color css
<style>
a { background-color: #73B1A6; }
a { background-color: rgb(115,177,166); }
div.DivClassName
{
background-color: #73B1A6;
}
.BgClassName
{
background-color: #73B1A6;
}
</style>
border-color css
<style>
span { border-color: #73B1A6; }
span { border-color: rgb(115,177,166); }
td.TdClassName
{
border-color: #73B1A6;
}
.TagClassName
{
border-color: #73B1A6;
}
</style>