Shades of Gulf Stream #7AB7B5
Tints of Gulf Stream #7AB7B5
RGB
CMYK
RGB Variations
Color information
#7AB7B5 (or 0x7AB7B5) is known color: Gulf Stream. HEX triplet: 7A, B7 and B5. RGB value is (122,183,181). Sum of RGB (Red+Green+Blue) = 122+183+181=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7B5 is #85484A. Grayscale: #A4A4A4. Windows color (decimal): -8734795 or 11908986. OLE color: 11908986.
HSL color Cylindrical-coordinate representation of color #7AB7B5: hue angle of 178.03º degrees, saturation: 0.3, 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 #7AB7B5 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 181 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.28 |
| HSL | 178.03º | 0.3% | 0.6% | - |
| HSV(B) | 178.03º | 0.33% | 0.72% | - |
| XYZ | 33.3 | 41.34 | 49.94 | - |
| YUV | 164.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 181 | 0.33 | 0 | 0.01 | 0.28 | 178.03 | 0.3 | 0.6 |
| Hex | 7A | B7 | B5 | 21 | 0 | 1 | 1C | B2 | 1E | 3C |
| Octal | 172 | 267 | 265 | 41 | 0 | 1 | 34 | 262 | 36 | 74 |
| Binary | 1111010 | 10110111 | 10110101 | 100001 | 0 | 1 | 11100 | 10110010 | 11110 | 111100 |
Color Harmonies of #7AB7B5
Complementary color
Monochromatic Colors of #7AB7B5
Black with #7AB7B5
Text Example
Text Example
White with #7AB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB7B5; }
p { color: rgb(122,183,181); }
H1.HeaderClassName
{
color: #7AB7B5;
}
.AnyTagClassName
{
color: #7AB7B5;
}
</style>
background-color css
<style>
a { background-color: #7AB7B5; }
a { background-color: rgb(122,183,181); }
div.DivClassName
{
background-color: #7AB7B5;
}
.BgClassName
{
background-color: #7AB7B5;
}
</style>
border-color css
<style>
span { border-color: #7AB7B5; }
span { border-color: rgb(122,183,181); }
td.TdClassName
{
border-color: #7AB7B5;
}
.TagClassName
{
border-color: #7AB7B5;
}
</style>