Shades of Gulf Stream #73B2A6
Tints of Gulf Stream #73B2A6
RGB
CMYK
RGB Variations
Color information
#73B2A6 (or 0x73B2A6) is known color: Gulf Stream. HEX triplet: 73, B2 and A6. RGB value is (115,178,166). Sum of RGB (Red+Green+Blue) = 115+178+166=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #73B2A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B2A6 is #8C4D59. Grayscale: #9D9D9D. Windows color (decimal): -9194842 or 10924659. OLE color: 10924659.
HSL color Cylindrical-coordinate representation of color #73B2A6: hue angle of 168.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B2A6 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 166 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.30 |
| HSL | 168.57º | 0.29% | 0.57% | - |
| HSV(B) | 168.57º | 0.35% | 0.7% | - |
| XYZ | 29.87 | 38.24 | 41.88 | - |
| YUV | 157.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 166 | 0.35 | 0 | 0.07 | 0.30 | 168.57 | 0.29 | 0.57 |
| Hex | 73 | B2 | A6 | 23 | 0 | 7 | 1E | A9 | 1D | 39 |
| Octal | 163 | 262 | 246 | 43 | 0 | 7 | 36 | 251 | 35 | 71 |
| Binary | 1110011 | 10110010 | 10100110 | 100011 | 0 | 111 | 11110 | 10101001 | 11101 | 111001 |
Color Harmonies of #73B2A6
Complementary color
Monochromatic Colors of #73B2A6
Black with #73B2A6
Text Example
Text Example
White with #73B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2A6; }
p { color: rgb(115,178,166); }
H1.HeaderClassName
{
color: #73B2A6;
}
.AnyTagClassName
{
color: #73B2A6;
}
</style>
background-color css
<style>
a { background-color: #73B2A6; }
a { background-color: rgb(115,178,166); }
div.DivClassName
{
background-color: #73B2A6;
}
.BgClassName
{
background-color: #73B2A6;
}
</style>
border-color css
<style>
span { border-color: #73B2A6; }
span { border-color: rgb(115,178,166); }
td.TdClassName
{
border-color: #73B2A6;
}
.TagClassName
{
border-color: #73B2A6;
}
</style>