Shades of Gulf Stream #73BEA4
Tints of Gulf Stream #73BEA4
RGB
CMYK
RGB Variations
Color information
#73BEA4 (or 0x73BEA4) is known color: Gulf Stream. HEX triplet: 73, BE and A4. RGB value is (115,190,164). Sum of RGB (Red+Green+Blue) = 115+190+164=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA4 is #8C415B. Grayscale: #A4A4A4. Windows color (decimal): -9191772 or 10796659. OLE color: 10796659.
HSL color Cylindrical-coordinate representation of color #73BEA4: hue angle of 159.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEA4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 164 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.25 |
| HSL | 159.2º | 0.37% | 0.6% | - |
| HSV(B) | 159.2º | 0.39% | 0.75% | - |
| XYZ | 32.18 | 43.15 | 41.75 | - |
| YUV | 164.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 164 | 0.39 | 0 | 0.14 | 0.25 | 159.2 | 0.37 | 0.6 |
| Hex | 73 | BE | A4 | 27 | 0 | E | 19 | 9F | 25 | 3C |
| Octal | 163 | 276 | 244 | 47 | 0 | 16 | 31 | 237 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10100100 | 100111 | 0 | 1110 | 11001 | 10011111 | 100101 | 111100 |
Color Harmonies of #73BEA4
Complementary color
Monochromatic Colors of #73BEA4
Black with #73BEA4
Text Example
Text Example
White with #73BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEA4; }
p { color: rgb(115,190,164); }
H1.HeaderClassName
{
color: #73BEA4;
}
.AnyTagClassName
{
color: #73BEA4;
}
</style>
background-color css
<style>
a { background-color: #73BEA4; }
a { background-color: rgb(115,190,164); }
div.DivClassName
{
background-color: #73BEA4;
}
.BgClassName
{
background-color: #73BEA4;
}
</style>
border-color css
<style>
span { border-color: #73BEA4; }
span { border-color: rgb(115,190,164); }
td.TdClassName
{
border-color: #73BEA4;
}
.TagClassName
{
border-color: #73BEA4;
}
</style>