Shades of Gulf Stream #7BB7A8
Tints of Gulf Stream #7BB7A8
RGB
CMYK
RGB Variations
Color information
#7BB7A8 (or 0x7BB7A8) is known color: Gulf Stream. HEX triplet: 7B, B7 and A8. RGB value is (123,183,168). Sum of RGB (Red+Green+Blue) = 123+183+168=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB7A8 is #844857. Grayscale: #A3A3A3. Windows color (decimal): -8669272 or 11057019. OLE color: 11057019.
HSL color Cylindrical-coordinate representation of color #7BB7A8: hue angle of 165º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BB7A8 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 168 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.28 |
| HSL | 165º | 0.29% | 0.6% | - |
| HSV(B) | 165º | 0.33% | 0.72% | - |
| XYZ | 32.17 | 40.91 | 43.25 | - |
| YUV | 163.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 168 | 0.33 | 0 | 0.08 | 0.28 | 165 | 0.29 | 0.6 |
| Hex | 7B | B7 | A8 | 21 | 0 | 8 | 1C | A5 | 1D | 3C |
| Octal | 173 | 267 | 250 | 41 | 0 | 10 | 34 | 245 | 35 | 74 |
| Binary | 1111011 | 10110111 | 10101000 | 100001 | 0 | 1000 | 11100 | 10100101 | 11101 | 111100 |
Color Harmonies of #7BB7A8
Complementary color
Monochromatic Colors of #7BB7A8
Black with #7BB7A8
Text Example
Text Example
White with #7BB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB7A8; }
p { color: rgb(123,183,168); }
H1.HeaderClassName
{
color: #7BB7A8;
}
.AnyTagClassName
{
color: #7BB7A8;
}
</style>
background-color css
<style>
a { background-color: #7BB7A8; }
a { background-color: rgb(123,183,168); }
div.DivClassName
{
background-color: #7BB7A8;
}
.BgClassName
{
background-color: #7BB7A8;
}
</style>
border-color css
<style>
span { border-color: #7BB7A8; }
span { border-color: rgb(123,183,168); }
td.TdClassName
{
border-color: #7BB7A8;
}
.TagClassName
{
border-color: #7BB7A8;
}
</style>