Shades of Gulf Stream #7BADA9
Tints of Gulf Stream #7BADA9
RGB
CMYK
RGB Variations
Color information
#7BADA9 (or 0x7BADA9) is known color: Gulf Stream. HEX triplet: 7B, AD and A9. RGB value is (123,173,169). Sum of RGB (Red+Green+Blue) = 123+173+169=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #7BADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BADA9 is #845256. Grayscale: #9D9D9D. Windows color (decimal): -8671831 or 11119995. OLE color: 11119995.
HSL color Cylindrical-coordinate representation of color #7BADA9: hue angle of 175.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BADA9 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 169 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.32 |
| HSL | 175.2º | 0.23% | 0.58% | - |
| HSV(B) | 175.2º | 0.29% | 0.68% | - |
| XYZ | 30.27 | 36.96 | 43.08 | - |
| YUV | 157.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 169 | 0.29 | 0 | 0.02 | 0.32 | 175.2 | 0.23 | 0.58 |
| Hex | 7B | AD | A9 | 1D | 0 | 2 | 20 | AF | 17 | 3A |
| Octal | 173 | 255 | 251 | 35 | 0 | 2 | 40 | 257 | 27 | 72 |
| Binary | 1111011 | 10101101 | 10101001 | 11101 | 0 | 10 | 100000 | 10101111 | 10111 | 111010 |
Color Harmonies of #7BADA9
Complementary color
Monochromatic Colors of #7BADA9
Black with #7BADA9
Text Example
Text Example
White with #7BADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADA9; }
p { color: rgb(123,173,169); }
H1.HeaderClassName
{
color: #7BADA9;
}
.AnyTagClassName
{
color: #7BADA9;
}
</style>
background-color css
<style>
a { background-color: #7BADA9; }
a { background-color: rgb(123,173,169); }
div.DivClassName
{
background-color: #7BADA9;
}
.BgClassName
{
background-color: #7BADA9;
}
</style>
border-color css
<style>
span { border-color: #7BADA9; }
span { border-color: rgb(123,173,169); }
td.TdClassName
{
border-color: #7BADA9;
}
.TagClassName
{
border-color: #7BADA9;
}
</style>