Shades of Gulf Stream #73BDA2
Tints of Gulf Stream #73BDA2
RGB
CMYK
RGB Variations
Color information
#73BDA2 (or 0x73BDA2) is known color: Gulf Stream. HEX triplet: 73, BD and A2. RGB value is (115,189,162). Sum of RGB (Red+Green+Blue) = 115+189+162=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDA2 is #8C425D. Grayscale: #A3A3A3. Windows color (decimal): -9192030 or 10665331. OLE color: 10665331.
HSL color Cylindrical-coordinate representation of color #73BDA2: hue angle of 158.11º 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 #73BDA2 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 162 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.26 |
| HSL | 158.11º | 0.36% | 0.6% | - |
| HSV(B) | 158.11º | 0.39% | 0.74% | - |
| XYZ | 31.79 | 42.65 | 40.74 | - |
| YUV | 163.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 162 | 0.39 | 0 | 0.14 | 0.26 | 158.11 | 0.36 | 0.6 |
| Hex | 73 | BD | A2 | 27 | 0 | E | 1A | 9E | 24 | 3C |
| Octal | 163 | 275 | 242 | 47 | 0 | 16 | 32 | 236 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10100010 | 100111 | 0 | 1110 | 11010 | 10011110 | 100100 | 111100 |
Color Harmonies of #73BDA2
Complementary color
Monochromatic Colors of #73BDA2
Black with #73BDA2
Text Example
Text Example
White with #73BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDA2; }
p { color: rgb(115,189,162); }
H1.HeaderClassName
{
color: #73BDA2;
}
.AnyTagClassName
{
color: #73BDA2;
}
</style>
background-color css
<style>
a { background-color: #73BDA2; }
a { background-color: rgb(115,189,162); }
div.DivClassName
{
background-color: #73BDA2;
}
.BgClassName
{
background-color: #73BDA2;
}
</style>
border-color css
<style>
span { border-color: #73BDA2; }
span { border-color: rgb(115,189,162); }
td.TdClassName
{
border-color: #73BDA2;
}
.TagClassName
{
border-color: #73BDA2;
}
</style>