Shades of Gulf Stream #73BDA5
Tints of Gulf Stream #73BDA5
RGB
CMYK
RGB Variations
Color information
#73BDA5 (or 0x73BDA5) is known color: Gulf Stream. HEX triplet: 73, BD and A5. RGB value is (115,189,165). Sum of RGB (Red+Green+Blue) = 115+189+165=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDA5 is #8C425A. Grayscale: #A4A4A4. Windows color (decimal): -9192027 or 10861939. OLE color: 10861939.
HSL color Cylindrical-coordinate representation of color #73BDA5: hue angle of 160.54º 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 #73BDA5 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 165 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.26 |
| HSL | 160.54º | 0.36% | 0.6% | - |
| HSV(B) | 160.54º | 0.39% | 0.74% | - |
| XYZ | 32.06 | 42.76 | 42.16 | - |
| YUV | 164.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 165 | 0.39 | 0 | 0.13 | 0.26 | 160.54 | 0.36 | 0.6 |
| Hex | 73 | BD | A5 | 27 | 0 | D | 1A | A1 | 24 | 3C |
| Octal | 163 | 275 | 245 | 47 | 0 | 15 | 32 | 241 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10100101 | 100111 | 0 | 1101 | 11010 | 10100001 | 100100 | 111100 |
Color Harmonies of #73BDA5
Complementary color
Monochromatic Colors of #73BDA5
Black with #73BDA5
Text Example
Text Example
White with #73BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDA5; }
p { color: rgb(115,189,165); }
H1.HeaderClassName
{
color: #73BDA5;
}
.AnyTagClassName
{
color: #73BDA5;
}
</style>
background-color css
<style>
a { background-color: #73BDA5; }
a { background-color: rgb(115,189,165); }
div.DivClassName
{
background-color: #73BDA5;
}
.BgClassName
{
background-color: #73BDA5;
}
</style>
border-color css
<style>
span { border-color: #73BDA5; }
span { border-color: rgb(115,189,165); }
td.TdClassName
{
border-color: #73BDA5;
}
.TagClassName
{
border-color: #73BDA5;
}
</style>