Shades of Gulf Stream #73BCA8
Tints of Gulf Stream #73BCA8
RGB
CMYK
RGB Variations
Color information
#73BCA8 (or 0x73BCA8) is known color: Gulf Stream. HEX triplet: 73, BC and A8. RGB value is (115,188,168). Sum of RGB (Red+Green+Blue) = 115+188+168=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCA8 is #8C4357. Grayscale: #A3A3A3. Windows color (decimal): -9192280 or 11058291. OLE color: 11058291.
HSL color Cylindrical-coordinate representation of color #73BCA8: hue angle of 163.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BCA8 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 168 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.26 |
| HSL | 163.56º | 0.35% | 0.59% | - |
| HSV(B) | 163.56º | 0.39% | 0.74% | - |
| XYZ | 32.12 | 42.44 | 43.54 | - |
| YUV | 163.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 168 | 0.39 | 0 | 0.11 | 0.26 | 163.56 | 0.35 | 0.59 |
| Hex | 73 | BC | A8 | 27 | 0 | B | 1A | A4 | 23 | 3B |
| Octal | 163 | 274 | 250 | 47 | 0 | 13 | 32 | 244 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10101000 | 100111 | 0 | 1011 | 11010 | 10100100 | 100011 | 111011 |
Color Harmonies of #73BCA8
Complementary color
Monochromatic Colors of #73BCA8
Black with #73BCA8
Text Example
Text Example
White with #73BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCA8; }
p { color: rgb(115,188,168); }
H1.HeaderClassName
{
color: #73BCA8;
}
.AnyTagClassName
{
color: #73BCA8;
}
</style>
background-color css
<style>
a { background-color: #73BCA8; }
a { background-color: rgb(115,188,168); }
div.DivClassName
{
background-color: #73BCA8;
}
.BgClassName
{
background-color: #73BCA8;
}
</style>
border-color css
<style>
span { border-color: #73BCA8; }
span { border-color: rgb(115,188,168); }
td.TdClassName
{
border-color: #73BCA8;
}
.TagClassName
{
border-color: #73BCA8;
}
</style>