Shades of Gulf Stream #7FA9A4
Tints of Gulf Stream #7FA9A4
RGB
CMYK
RGB Variations
Color information
#7FA9A4 (or 0x7FA9A4) is known color: Gulf Stream. HEX triplet: 7F, A9 and A4. RGB value is (127,169,164). Sum of RGB (Red+Green+Blue) = 127+169+164=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA9A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA9A4 is #80565B. Grayscale: #9B9B9B. Windows color (decimal): -8410716 or 10791295. OLE color: 10791295.
HSL color Cylindrical-coordinate representation of color #7FA9A4: hue angle of 172.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA9A4 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 164 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.34 |
| HSL | 172.86º | 0.2% | 0.58% | - |
| HSV(B) | 172.86º | 0.25% | 0.66% | - |
| XYZ | 29.64 | 35.57 | 40.43 | - |
| YUV | 155.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 164 | 0.25 | 0 | 0.03 | 0.34 | 172.86 | 0.2 | 0.58 |
| Hex | 7F | A9 | A4 | 19 | 0 | 3 | 22 | AD | 14 | 3A |
| Octal | 177 | 251 | 244 | 31 | 0 | 3 | 42 | 255 | 24 | 72 |
| Binary | 1111111 | 10101001 | 10100100 | 11001 | 0 | 11 | 100010 | 10101101 | 10100 | 111010 |
Color Harmonies of #7FA9A4
Complementary color
Monochromatic Colors of #7FA9A4
Black with #7FA9A4
Text Example
Text Example
White with #7FA9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9A4; }
p { color: rgb(127,169,164); }
H1.HeaderClassName
{
color: #7FA9A4;
}
.AnyTagClassName
{
color: #7FA9A4;
}
</style>
background-color css
<style>
a { background-color: #7FA9A4; }
a { background-color: rgb(127,169,164); }
div.DivClassName
{
background-color: #7FA9A4;
}
.BgClassName
{
background-color: #7FA9A4;
}
</style>
border-color css
<style>
span { border-color: #7FA9A4; }
span { border-color: rgb(127,169,164); }
td.TdClassName
{
border-color: #7FA9A4;
}
.TagClassName
{
border-color: #7FA9A4;
}
</style>