Shades of Gulf Stream #73BDA9
Tints of Gulf Stream #73BDA9
RGB
CMYK
RGB Variations
Color information
#73BDA9 (or 0x73BDA9) is known color: Gulf Stream. HEX triplet: 73, BD and A9. RGB value is (115,189,169). Sum of RGB (Red+Green+Blue) = 115+189+169=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDA9 is #8C4256. Grayscale: #A4A4A4. Windows color (decimal): -9192023 or 11124083. OLE color: 11124083.
HSL color Cylindrical-coordinate representation of color #73BDA9: hue angle of 163.78º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BDA9 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 169 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.26 |
| HSL | 163.78º | 0.36% | 0.6% | - |
| HSV(B) | 163.78º | 0.39% | 0.74% | - |
| XYZ | 32.43 | 42.9 | 44.11 | - |
| YUV | 164.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 169 | 0.39 | 0 | 0.11 | 0.26 | 163.78 | 0.36 | 0.6 |
| Hex | 73 | BD | A9 | 27 | 0 | B | 1A | A4 | 24 | 3C |
| Octal | 163 | 275 | 251 | 47 | 0 | 13 | 32 | 244 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10101001 | 100111 | 0 | 1011 | 11010 | 10100100 | 100100 | 111100 |
Color Harmonies of #73BDA9
Complementary color
Monochromatic Colors of #73BDA9
Black with #73BDA9
Text Example
Text Example
White with #73BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDA9; }
p { color: rgb(115,189,169); }
H1.HeaderClassName
{
color: #73BDA9;
}
.AnyTagClassName
{
color: #73BDA9;
}
</style>
background-color css
<style>
a { background-color: #73BDA9; }
a { background-color: rgb(115,189,169); }
div.DivClassName
{
background-color: #73BDA9;
}
.BgClassName
{
background-color: #73BDA9;
}
</style>
border-color css
<style>
span { border-color: #73BDA9; }
span { border-color: rgb(115,189,169); }
td.TdClassName
{
border-color: #73BDA9;
}
.TagClassName
{
border-color: #73BDA9;
}
</style>