Shades of Gulf Stream #7AB8B5
Tints of Gulf Stream #7AB8B5
RGB
CMYK
RGB Variations
Color information
#7AB8B5 (or 0x7AB8B5) is known color: Gulf Stream. HEX triplet: 7A, B8 and B5. RGB value is (122,184,181). Sum of RGB (Red+Green+Blue) = 122+184+181=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8B5 is #85474A. Grayscale: #A5A5A5. Windows color (decimal): -8734539 or 11909242. OLE color: 11909242.
HSL color Cylindrical-coordinate representation of color #7AB8B5: hue angle of 177.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB8B5 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 181 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.28 |
| HSL | 177.1º | 0.3% | 0.6% | - |
| HSV(B) | 177.1º | 0.34% | 0.72% | - |
| XYZ | 33.51 | 41.75 | 50.01 | - |
| YUV | 165.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 181 | 0.34 | 0 | 0.02 | 0.28 | 177.1 | 0.3 | 0.6 |
| Hex | 7A | B8 | B5 | 22 | 0 | 2 | 1C | B1 | 1E | 3C |
| Octal | 172 | 270 | 265 | 42 | 0 | 2 | 34 | 261 | 36 | 74 |
| Binary | 1111010 | 10111000 | 10110101 | 100010 | 0 | 10 | 11100 | 10110001 | 11110 | 111100 |
Color Harmonies of #7AB8B5
Complementary color
Monochromatic Colors of #7AB8B5
Black with #7AB8B5
Text Example
Text Example
White with #7AB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8B5; }
p { color: rgb(122,184,181); }
H1.HeaderClassName
{
color: #7AB8B5;
}
.AnyTagClassName
{
color: #7AB8B5;
}
</style>
background-color css
<style>
a { background-color: #7AB8B5; }
a { background-color: rgb(122,184,181); }
div.DivClassName
{
background-color: #7AB8B5;
}
.BgClassName
{
background-color: #7AB8B5;
}
</style>
border-color css
<style>
span { border-color: #7AB8B5; }
span { border-color: rgb(122,184,181); }
td.TdClassName
{
border-color: #7AB8B5;
}
.TagClassName
{
border-color: #7AB8B5;
}
</style>