Shades of Gulf Stream #73BBA1
Tints of Gulf Stream #73BBA1
RGB
CMYK
RGB Variations
Color information
#73BBA1 (or 0x73BBA1) is known color: Gulf Stream. HEX triplet: 73, BB and A1. RGB value is (115,187,161). Sum of RGB (Red+Green+Blue) = 115+187+161=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBA1 is #8C445E. Grayscale: #A2A2A2. Windows color (decimal): -9192543 or 10599283. OLE color: 10599283.
HSL color Cylindrical-coordinate representation of color #73BBA1: hue angle of 158.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BBA1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 161 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.27 |
| HSL | 158.33º | 0.35% | 0.59% | - |
| HSV(B) | 158.33º | 0.39% | 0.73% | - |
| XYZ | 31.27 | 41.76 | 40.13 | - |
| YUV | 162.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 161 | 0.39 | 0 | 0.14 | 0.27 | 158.33 | 0.35 | 0.59 |
| Hex | 73 | BB | A1 | 27 | 0 | E | 1B | 9E | 23 | 3B |
| Octal | 163 | 273 | 241 | 47 | 0 | 16 | 33 | 236 | 43 | 73 |
| Binary | 1110011 | 10111011 | 10100001 | 100111 | 0 | 1110 | 11011 | 10011110 | 100011 | 111011 |
Color Harmonies of #73BBA1
Complementary color
Monochromatic Colors of #73BBA1
Black with #73BBA1
Text Example
Text Example
White with #73BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBA1; }
p { color: rgb(115,187,161); }
H1.HeaderClassName
{
color: #73BBA1;
}
.AnyTagClassName
{
color: #73BBA1;
}
</style>
background-color css
<style>
a { background-color: #73BBA1; }
a { background-color: rgb(115,187,161); }
div.DivClassName
{
background-color: #73BBA1;
}
.BgClassName
{
background-color: #73BBA1;
}
</style>
border-color css
<style>
span { border-color: #73BBA1; }
span { border-color: rgb(115,187,161); }
td.TdClassName
{
border-color: #73BBA1;
}
.TagClassName
{
border-color: #73BBA1;
}
</style>