Shades of Gulf Stream #73B8A8
Tints of Gulf Stream #73B8A8
RGB
CMYK
RGB Variations
Color information
#73B8A8 (or 0x73B8A8) is known color: Gulf Stream. HEX triplet: 73, B8 and A8. RGB value is (115,184,168). Sum of RGB (Red+Green+Blue) = 115+184+168=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8A8 is #8C4757. Grayscale: #A1A1A1. Windows color (decimal): -9193304 or 11057267. OLE color: 11057267.
HSL color Cylindrical-coordinate representation of color #73B8A8: hue angle of 166.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B8A8 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 168 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.28 |
| HSL | 166.09º | 0.33% | 0.59% | - |
| HSV(B) | 166.09º | 0.38% | 0.72% | - |
| XYZ | 31.28 | 40.75 | 43.26 | - |
| YUV | 161.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 168 | 0.38 | 0 | 0.09 | 0.28 | 166.09 | 0.33 | 0.59 |
| Hex | 73 | B8 | A8 | 26 | 0 | 9 | 1C | A6 | 21 | 3B |
| Octal | 163 | 270 | 250 | 46 | 0 | 11 | 34 | 246 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10101000 | 100110 | 0 | 1001 | 11100 | 10100110 | 100001 | 111011 |
Color Harmonies of #73B8A8
Complementary color
Monochromatic Colors of #73B8A8
Black with #73B8A8
Text Example
Text Example
White with #73B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8A8; }
p { color: rgb(115,184,168); }
H1.HeaderClassName
{
color: #73B8A8;
}
.AnyTagClassName
{
color: #73B8A8;
}
</style>
background-color css
<style>
a { background-color: #73B8A8; }
a { background-color: rgb(115,184,168); }
div.DivClassName
{
background-color: #73B8A8;
}
.BgClassName
{
background-color: #73B8A8;
}
</style>
border-color css
<style>
span { border-color: #73B8A8; }
span { border-color: rgb(115,184,168); }
td.TdClassName
{
border-color: #73B8A8;
}
.TagClassName
{
border-color: #73B8A8;
}
</style>