#7FA9A4

Color #7FA9A4 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #7FA9A4

Tints of Gulf Stream #7FA9A4

Color information

#7FA9A4 (or 0x7FA9A4) is unknown color: approx 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

RGB127169164-
CMYK0.2500.030.34
HSL172.86º19.63%58.04%-
HSV(B)172.86º24.85%66.27%-
XYZ29.6435.5740.43-
YUV155.87132.59107.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=27.61%
G=36.74%
B=35.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271691640.2500.030.34172.8619.6358.04
Hex7FA9A4190322ad143a
Octal1772512443103422552472
Binary11111111010100110100100110010111000101010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>