Shades of Gulf Stream #7BB4A5
Tints of Gulf Stream #7BB4A5
RGB
CMYK
RGB Variations
Color information
#7BB4A5 (or 0x7BB4A5) is known color: Gulf Stream. HEX triplet: 7B, B4 and A5. RGB value is (123,180,165). Sum of RGB (Red+Green+Blue) = 123+180+165=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB4A5 is #844B5A. Grayscale: #A1A1A1. Windows color (decimal): -8670043 or 10859643. OLE color: 10859643.
HSL color Cylindrical-coordinate representation of color #7BB4A5: hue angle of 164.21º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB4A5 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 165 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.29 |
| HSL | 164.21º | 0.28% | 0.59% | - |
| HSV(B) | 164.21º | 0.32% | 0.71% | - |
| XYZ | 31.28 | 39.57 | 41.59 | - |
| YUV | 161.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 165 | 0.32 | 0 | 0.08 | 0.29 | 164.21 | 0.28 | 0.59 |
| Hex | 7B | B4 | A5 | 20 | 0 | 8 | 1D | A4 | 1C | 3B |
| Octal | 173 | 264 | 245 | 40 | 0 | 10 | 35 | 244 | 34 | 73 |
| Binary | 1111011 | 10110100 | 10100101 | 100000 | 0 | 1000 | 11101 | 10100100 | 11100 | 111011 |
Color Harmonies of #7BB4A5
Complementary color
Monochromatic Colors of #7BB4A5
Black with #7BB4A5
Text Example
Text Example
White with #7BB4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4A5; }
p { color: rgb(123,180,165); }
H1.HeaderClassName
{
color: #7BB4A5;
}
.AnyTagClassName
{
color: #7BB4A5;
}
</style>
background-color css
<style>
a { background-color: #7BB4A5; }
a { background-color: rgb(123,180,165); }
div.DivClassName
{
background-color: #7BB4A5;
}
.BgClassName
{
background-color: #7BB4A5;
}
</style>
border-color css
<style>
span { border-color: #7BB4A5; }
span { border-color: rgb(123,180,165); }
td.TdClassName
{
border-color: #7BB4A5;
}
.TagClassName
{
border-color: #7BB4A5;
}
</style>