Shades of Gulf Stream #73B6B0
Tints of Gulf Stream #73B6B0
RGB
CMYK
RGB Variations
Color information
#73B6B0 (or 0x73B6B0) is known color: Gulf Stream. HEX triplet: 73, B6 and B0. RGB value is (115,182,176). Sum of RGB (Red+Green+Blue) = 115+182+176=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #73B6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B6B0 is #8C494F. Grayscale: #A1A1A1. Windows color (decimal): -9193808 or 11581043. OLE color: 11581043.
HSL color Cylindrical-coordinate representation of color #73B6B0: hue angle of 174.63º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B6B0 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 182 | 176 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.29 |
| HSL | 174.63º | 0.31% | 0.58% | - |
| HSV(B) | 174.63º | 0.37% | 0.71% | - |
| XYZ | 31.63 | 40.24 | 47.17 | - |
| YUV | 161.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 182 | 176 | 0.37 | 0 | 0.03 | 0.29 | 174.63 | 0.31 | 0.58 |
| Hex | 73 | B6 | B0 | 25 | 0 | 3 | 1D | AF | 1F | 3A |
| Octal | 163 | 266 | 260 | 45 | 0 | 3 | 35 | 257 | 37 | 72 |
| Binary | 1110011 | 10110110 | 10110000 | 100101 | 0 | 11 | 11101 | 10101111 | 11111 | 111010 |
Color Harmonies of #73B6B0
Complementary color
Monochromatic Colors of #73B6B0
Black with #73B6B0
Text Example
Text Example
White with #73B6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B6B0; }
p { color: rgb(115,182,176); }
H1.HeaderClassName
{
color: #73B6B0;
}
.AnyTagClassName
{
color: #73B6B0;
}
</style>
background-color css
<style>
a { background-color: #73B6B0; }
a { background-color: rgb(115,182,176); }
div.DivClassName
{
background-color: #73B6B0;
}
.BgClassName
{
background-color: #73B6B0;
}
</style>
border-color css
<style>
span { border-color: #73B6B0; }
span { border-color: rgb(115,182,176); }
td.TdClassName
{
border-color: #73B6B0;
}
.TagClassName
{
border-color: #73B6B0;
}
</style>