Shades of Gulf Stream #7AB6A8
Tints of Gulf Stream #7AB6A8
RGB
CMYK
RGB Variations
Color information
#7AB6A8 (or 0x7AB6A8) is known color: Gulf Stream. HEX triplet: 7A, B6 and A8. RGB value is (122,182,168). Sum of RGB (Red+Green+Blue) = 122+182+168=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB6A8 is #854957. Grayscale: #A2A2A2. Windows color (decimal): -8735064 or 11056762. OLE color: 11056762.
HSL color Cylindrical-coordinate representation of color #7AB6A8: hue angle of 166º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB6A8 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 168 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.29 |
| HSL | 166º | 0.29% | 0.6% | - |
| HSV(B) | 166º | 0.33% | 0.71% | - |
| XYZ | 31.82 | 40.42 | 43.17 | - |
| YUV | 162.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 168 | 0.33 | 0 | 0.08 | 0.29 | 166 | 0.29 | 0.6 |
| Hex | 7A | B6 | A8 | 21 | 0 | 8 | 1D | A6 | 1D | 3C |
| Octal | 172 | 266 | 250 | 41 | 0 | 10 | 35 | 246 | 35 | 74 |
| Binary | 1111010 | 10110110 | 10101000 | 100001 | 0 | 1000 | 11101 | 10100110 | 11101 | 111100 |
Color Harmonies of #7AB6A8
Complementary color
Monochromatic Colors of #7AB6A8
Black with #7AB6A8
Text Example
Text Example
White with #7AB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB6A8; }
p { color: rgb(122,182,168); }
H1.HeaderClassName
{
color: #7AB6A8;
}
.AnyTagClassName
{
color: #7AB6A8;
}
</style>
background-color css
<style>
a { background-color: #7AB6A8; }
a { background-color: rgb(122,182,168); }
div.DivClassName
{
background-color: #7AB6A8;
}
.BgClassName
{
background-color: #7AB6A8;
}
</style>
border-color css
<style>
span { border-color: #7AB6A8; }
span { border-color: rgb(122,182,168); }
td.TdClassName
{
border-color: #7AB6A8;
}
.TagClassName
{
border-color: #7AB6A8;
}
</style>