Shades of Gulf Stream #73B5AF
Tints of Gulf Stream #73B5AF
RGB
CMYK
RGB Variations
Color information
#73B5AF (or 0x73B5AF) is known color: Gulf Stream. HEX triplet: 73, B5 and AF. RGB value is (115,181,175). Sum of RGB (Red+Green+Blue) = 115+181+175=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #73B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B5AF is #8C4A50. Grayscale: #A0A0A0. Windows color (decimal): -9194065 or 11515251. OLE color: 11515251.
HSL color Cylindrical-coordinate representation of color #73B5AF: hue angle of 174.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B5AF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 175 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.29 |
| HSL | 174.55º | 0.31% | 0.58% | - |
| HSV(B) | 174.55º | 0.36% | 0.71% | - |
| XYZ | 31.33 | 39.79 | 46.59 | - |
| YUV | 160.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 175 | 0.36 | 0 | 0.03 | 0.29 | 174.55 | 0.31 | 0.58 |
| Hex | 73 | B5 | AF | 24 | 0 | 3 | 1D | AF | 1F | 3A |
| Octal | 163 | 265 | 257 | 44 | 0 | 3 | 35 | 257 | 37 | 72 |
| Binary | 1110011 | 10110101 | 10101111 | 100100 | 0 | 11 | 11101 | 10101111 | 11111 | 111010 |
Color Harmonies of #73B5AF
Complementary color
Monochromatic Colors of #73B5AF
Black with #73B5AF
Text Example
Text Example
White with #73B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5AF; }
p { color: rgb(115,181,175); }
H1.HeaderClassName
{
color: #73B5AF;
}
.AnyTagClassName
{
color: #73B5AF;
}
</style>
background-color css
<style>
a { background-color: #73B5AF; }
a { background-color: rgb(115,181,175); }
div.DivClassName
{
background-color: #73B5AF;
}
.BgClassName
{
background-color: #73B5AF;
}
</style>
border-color css
<style>
span { border-color: #73B5AF; }
span { border-color: rgb(115,181,175); }
td.TdClassName
{
border-color: #73B5AF;
}
.TagClassName
{
border-color: #73B5AF;
}
</style>