Shades of Gulf Stream #7BB3A3
Tints of Gulf Stream #7BB3A3
RGB
CMYK
RGB Variations
Color information
#7BB3A3 (or 0x7BB3A3) is known color: Gulf Stream. HEX triplet: 7B, B3 and A3. RGB value is (123,179,163). Sum of RGB (Red+Green+Blue) = 123+179+163=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB3A3 is #844C5C. Grayscale: #A0A0A0. Windows color (decimal): -8670301 or 10728315. OLE color: 10728315.
HSL color Cylindrical-coordinate representation of color #7BB3A3: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB3A3 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 163 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.30 |
| HSL | 162.86º | 0.27% | 0.59% | - |
| HSV(B) | 162.86º | 0.31% | 0.7% | - |
| XYZ | 30.9 | 39.1 | 40.57 | - |
| YUV | 160.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 163 | 0.31 | 0 | 0.09 | 0.30 | 162.86 | 0.27 | 0.59 |
| Hex | 7B | B3 | A3 | 1F | 0 | 9 | 1E | A3 | 1B | 3B |
| Octal | 173 | 263 | 243 | 37 | 0 | 11 | 36 | 243 | 33 | 73 |
| Binary | 1111011 | 10110011 | 10100011 | 11111 | 0 | 1001 | 11110 | 10100011 | 11011 | 111011 |
Color Harmonies of #7BB3A3
Complementary color
Monochromatic Colors of #7BB3A3
Black with #7BB3A3
Text Example
Text Example
White with #7BB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB3A3; }
p { color: rgb(123,179,163); }
H1.HeaderClassName
{
color: #7BB3A3;
}
.AnyTagClassName
{
color: #7BB3A3;
}
</style>
background-color css
<style>
a { background-color: #7BB3A3; }
a { background-color: rgb(123,179,163); }
div.DivClassName
{
background-color: #7BB3A3;
}
.BgClassName
{
background-color: #7BB3A3;
}
</style>
border-color css
<style>
span { border-color: #7BB3A3; }
span { border-color: rgb(123,179,163); }
td.TdClassName
{
border-color: #7BB3A3;
}
.TagClassName
{
border-color: #7BB3A3;
}
</style>