Shades of Gulf Stream #73BBAE
Tints of Gulf Stream #73BBAE
RGB
CMYK
RGB Variations
Color information
#73BBAE (or 0x73BBAE) is known color: Gulf Stream. HEX triplet: 73, BB and AE. RGB value is (115,187,174). Sum of RGB (Red+Green+Blue) = 115+187+174=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBAE is #8C4451. Grayscale: #A3A3A3. Windows color (decimal): -9192530 or 11451251. OLE color: 11451251.
HSL color Cylindrical-coordinate representation of color #73BBAE: hue angle of 169.17º 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 #73BBAE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 174 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.27 |
| HSL | 169.17º | 0.35% | 0.59% | - |
| HSV(B) | 169.17º | 0.39% | 0.73% | - |
| XYZ | 32.48 | 42.24 | 46.49 | - |
| YUV | 163.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 174 | 0.39 | 0 | 0.07 | 0.27 | 169.17 | 0.35 | 0.59 |
| Hex | 73 | BB | AE | 27 | 0 | 7 | 1B | A9 | 23 | 3B |
| Octal | 163 | 273 | 256 | 47 | 0 | 7 | 33 | 251 | 43 | 73 |
| Binary | 1110011 | 10111011 | 10101110 | 100111 | 0 | 111 | 11011 | 10101001 | 100011 | 111011 |
Color Harmonies of #73BBAE
Complementary color
Monochromatic Colors of #73BBAE
Black with #73BBAE
Text Example
Text Example
White with #73BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBAE; }
p { color: rgb(115,187,174); }
H1.HeaderClassName
{
color: #73BBAE;
}
.AnyTagClassName
{
color: #73BBAE;
}
</style>
background-color css
<style>
a { background-color: #73BBAE; }
a { background-color: rgb(115,187,174); }
div.DivClassName
{
background-color: #73BBAE;
}
.BgClassName
{
background-color: #73BBAE;
}
</style>
border-color css
<style>
span { border-color: #73BBAE; }
span { border-color: rgb(115,187,174); }
td.TdClassName
{
border-color: #73BBAE;
}
.TagClassName
{
border-color: #73BBAE;
}
</style>