Shades of Gulf Stream #73BDAA
Tints of Gulf Stream #73BDAA
RGB
CMYK
RGB Variations
Color information
#73BDAA (or 0x73BDAA) is known color: Gulf Stream. HEX triplet: 73, BD and AA. RGB value is (115,189,170). Sum of RGB (Red+Green+Blue) = 115+189+170=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDAA is #8C4255. Grayscale: #A4A4A4. Windows color (decimal): -9192022 or 11189619. OLE color: 11189619.
HSL color Cylindrical-coordinate representation of color #73BDAA: hue angle of 164.59º 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 #73BDAA is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 170 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.26 |
| HSL | 164.59º | 0.36% | 0.6% | - |
| HSV(B) | 164.59º | 0.39% | 0.74% | - |
| XYZ | 32.52 | 42.94 | 44.6 | - |
| YUV | 164.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 170 | 0.39 | 0 | 0.10 | 0.26 | 164.59 | 0.36 | 0.6 |
| Hex | 73 | BD | AA | 27 | 0 | A | 1A | A5 | 24 | 3C |
| Octal | 163 | 275 | 252 | 47 | 0 | 12 | 32 | 245 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10101010 | 100111 | 0 | 1010 | 11010 | 10100101 | 100100 | 111100 |
Color Harmonies of #73BDAA
Complementary color
Monochromatic Colors of #73BDAA
Black with #73BDAA
Text Example
Text Example
White with #73BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDAA; }
p { color: rgb(115,189,170); }
H1.HeaderClassName
{
color: #73BDAA;
}
.AnyTagClassName
{
color: #73BDAA;
}
</style>
background-color css
<style>
a { background-color: #73BDAA; }
a { background-color: rgb(115,189,170); }
div.DivClassName
{
background-color: #73BDAA;
}
.BgClassName
{
background-color: #73BDAA;
}
</style>
border-color css
<style>
span { border-color: #73BDAA; }
span { border-color: rgb(115,189,170); }
td.TdClassName
{
border-color: #73BDAA;
}
.TagClassName
{
border-color: #73BDAA;
}
</style>