Shades of Gulf Stream #7FB3AE
Tints of Gulf Stream #7FB3AE
RGB
CMYK
RGB Variations
Color information
#7FB3AE (or 0x7FB3AE) is known color: Gulf Stream. HEX triplet: 7F, B3 and AE. RGB value is (127,179,174). Sum of RGB (Red+Green+Blue) = 127+179+174=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB3AE is #804C51. Grayscale: #A2A2A2. Windows color (decimal): -8408146 or 11449215. OLE color: 11449215.
HSL color Cylindrical-coordinate representation of color #7FB3AE: hue angle of 174.23º 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 #7FB3AE is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 174 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.30 |
| HSL | 174.23º | 0.25% | 0.6% | - |
| HSV(B) | 174.23º | 0.29% | 0.7% | - |
| XYZ | 32.51 | 39.81 | 46.01 | - |
| YUV | 162.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 174 | 0.29 | 0 | 0.03 | 0.30 | 174.23 | 0.25 | 0.6 |
| Hex | 7F | B3 | AE | 1D | 0 | 3 | 1E | AE | 19 | 3C |
| Octal | 177 | 263 | 256 | 35 | 0 | 3 | 36 | 256 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10101110 | 11101 | 0 | 11 | 11110 | 10101110 | 11001 | 111100 |
Color Harmonies of #7FB3AE
Complementary color
Monochromatic Colors of #7FB3AE
Black with #7FB3AE
Text Example
Text Example
White with #7FB3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB3AE; }
p { color: rgb(127,179,174); }
H1.HeaderClassName
{
color: #7FB3AE;
}
.AnyTagClassName
{
color: #7FB3AE;
}
</style>
background-color css
<style>
a { background-color: #7FB3AE; }
a { background-color: rgb(127,179,174); }
div.DivClassName
{
background-color: #7FB3AE;
}
.BgClassName
{
background-color: #7FB3AE;
}
</style>
border-color css
<style>
span { border-color: #7FB3AE; }
span { border-color: rgb(127,179,174); }
td.TdClassName
{
border-color: #7FB3AE;
}
.TagClassName
{
border-color: #7FB3AE;
}
</style>