Shades of Gulf Stream #7FB3AB
Tints of Gulf Stream #7FB3AB
RGB
CMYK
RGB Variations
Color information
#7FB3AB (or 0x7FB3AB) is known color: Gulf Stream. HEX triplet: 7F, B3 and AB. RGB value is (127,179,171). Sum of RGB (Red+Green+Blue) = 127+179+171=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB3AB is #804C54. Grayscale: #A2A2A2. Windows color (decimal): -8408149 or 11252607. OLE color: 11252607.
HSL color Cylindrical-coordinate representation of color #7FB3AB: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB3AB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 171 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.30 |
| HSL | 170.77º | 0.25% | 0.6% | - |
| HSV(B) | 170.77º | 0.29% | 0.7% | - |
| XYZ | 32.22 | 39.69 | 44.49 | - |
| YUV | 162.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 171 | 0.29 | 0 | 0.04 | 0.30 | 170.77 | 0.25 | 0.6 |
| Hex | 7F | B3 | AB | 1D | 0 | 4 | 1E | AB | 19 | 3C |
| Octal | 177 | 263 | 253 | 35 | 0 | 4 | 36 | 253 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10101011 | 11101 | 0 | 100 | 11110 | 10101011 | 11001 | 111100 |
Color Harmonies of #7FB3AB
Complementary color
Monochromatic Colors of #7FB3AB
Black with #7FB3AB
Text Example
Text Example
White with #7FB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB3AB; }
p { color: rgb(127,179,171); }
H1.HeaderClassName
{
color: #7FB3AB;
}
.AnyTagClassName
{
color: #7FB3AB;
}
</style>
background-color css
<style>
a { background-color: #7FB3AB; }
a { background-color: rgb(127,179,171); }
div.DivClassName
{
background-color: #7FB3AB;
}
.BgClassName
{
background-color: #7FB3AB;
}
</style>
border-color css
<style>
span { border-color: #7FB3AB; }
span { border-color: rgb(127,179,171); }
td.TdClassName
{
border-color: #7FB3AB;
}
.TagClassName
{
border-color: #7FB3AB;
}
</style>