Shades of Gulf Stream #7BAEAA
Tints of Gulf Stream #7BAEAA
RGB
CMYK
RGB Variations
Color information
#7BAEAA (or 0x7BAEAA) is known color: Gulf Stream. HEX triplet: 7B, AE and AA. RGB value is (123,174,170). Sum of RGB (Red+Green+Blue) = 123+174+170=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAA is #845155. Grayscale: #9E9E9E. Windows color (decimal): -8671574 or 11185787. OLE color: 11185787.
HSL color Cylindrical-coordinate representation of color #7BAEAA: hue angle of 175.29º degrees, saturation: 0.24, 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 #7BAEAA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 170 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.32 |
| HSL | 175.29º | 0.24% | 0.58% | - |
| HSV(B) | 175.29º | 0.29% | 0.68% | - |
| XYZ | 30.56 | 37.39 | 43.64 | - |
| YUV | 158.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 170 | 0.29 | 0 | 0.02 | 0.32 | 175.29 | 0.24 | 0.58 |
| Hex | 7B | AE | AA | 1D | 0 | 2 | 20 | AF | 18 | 3A |
| Octal | 173 | 256 | 252 | 35 | 0 | 2 | 40 | 257 | 30 | 72 |
| Binary | 1111011 | 10101110 | 10101010 | 11101 | 0 | 10 | 100000 | 10101111 | 11000 | 111010 |
Color Harmonies of #7BAEAA
Complementary color
Monochromatic Colors of #7BAEAA
Black with #7BAEAA
Text Example
Text Example
White with #7BAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEAA; }
p { color: rgb(123,174,170); }
H1.HeaderClassName
{
color: #7BAEAA;
}
.AnyTagClassName
{
color: #7BAEAA;
}
</style>
background-color css
<style>
a { background-color: #7BAEAA; }
a { background-color: rgb(123,174,170); }
div.DivClassName
{
background-color: #7BAEAA;
}
.BgClassName
{
background-color: #7BAEAA;
}
</style>
border-color css
<style>
span { border-color: #7BAEAA; }
span { border-color: rgb(123,174,170); }
td.TdClassName
{
border-color: #7BAEAA;
}
.TagClassName
{
border-color: #7BAEAA;
}
</style>