Shades of Gulf Stream #73BCA4
Tints of Gulf Stream #73BCA4
RGB
CMYK
RGB Variations
Color information
#73BCA4 (or 0x73BCA4) is known color: Gulf Stream. HEX triplet: 73, BC and A4. RGB value is (115,188,164). Sum of RGB (Red+Green+Blue) = 115+188+164=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCA4 is #8C435B. Grayscale: #A3A3A3. Windows color (decimal): -9192284 or 10796147. OLE color: 10796147.
HSL color Cylindrical-coordinate representation of color #73BCA4: hue angle of 160.27º 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 #73BCA4 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 164 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.26 |
| HSL | 160.27º | 0.35% | 0.59% | - |
| HSV(B) | 160.27º | 0.39% | 0.74% | - |
| XYZ | 31.75 | 42.29 | 41.61 | - |
| YUV | 163.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 164 | 0.39 | 0 | 0.13 | 0.26 | 160.27 | 0.35 | 0.59 |
| Hex | 73 | BC | A4 | 27 | 0 | D | 1A | A0 | 23 | 3B |
| Octal | 163 | 274 | 244 | 47 | 0 | 15 | 32 | 240 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10100100 | 100111 | 0 | 1101 | 11010 | 10100000 | 100011 | 111011 |
Color Harmonies of #73BCA4
Complementary color
Monochromatic Colors of #73BCA4
Black with #73BCA4
Text Example
Text Example
White with #73BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCA4; }
p { color: rgb(115,188,164); }
H1.HeaderClassName
{
color: #73BCA4;
}
.AnyTagClassName
{
color: #73BCA4;
}
</style>
background-color css
<style>
a { background-color: #73BCA4; }
a { background-color: rgb(115,188,164); }
div.DivClassName
{
background-color: #73BCA4;
}
.BgClassName
{
background-color: #73BCA4;
}
</style>
border-color css
<style>
span { border-color: #73BCA4; }
span { border-color: rgb(115,188,164); }
td.TdClassName
{
border-color: #73BCA4;
}
.TagClassName
{
border-color: #73BCA4;
}
</style>