#7AA79F

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

Shades of Gulf Stream #7AA79F

Tints of Gulf Stream #7AA79F

Color information

#7AA79F (or 0x7AA79F) is unknown color: approx Gulf Stream. HEX triplet: 7A, A7 and 9F. RGB value is (122,167,159). Sum of RGB (Red+Green+Blue) = 122+167+159=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA79F is #855860. Grayscale: #989898. Windows color (decimal): -8738913 or 10463098. OLE color: 10463098.

HSL color Cylindrical-coordinate representation of color #7AA79F: hue angle of 169.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA79F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB122167159-
CMYK0.2700.050.35
HSL169.33º20.36%56.67%-
HSV(B)169.33º26.95%65.49%-
XYZ28.134.2837.94-
YUV152.63131.59106.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=27.23%
G=37.28%
B=35.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221671590.2700.050.35169.3320.3656.67
Hex7AA79F1B0523a91439
Octal1722472373305432512471
Binary111101010100111100111111101101011000111010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA79F; }

 p { color: rgb(122,167,159); }

 H1.HeaderClassName
 {
   color: #7AA79F;
 }
 .AnyTagClassName
 {
   color: #7AA79F;
 }
</style>
background-color css

<style>
 a { background-color: #7AA79F; }

 a { background-color: rgb(122,167,159); }

 div.DivClassName
 {
   background-color: #7AA79F;
 }
 .BgClassName
 {
   background-color: #7AA79F;
 }
</style>
border-color css

<style>
 span { border-color: #7AA79F; }

 span { border-color: rgb(122,167,159); }

 td.TdClassName
 {
   border-color: #7AA79F;
 }
 .TagClassName
 {
   border-color: #7AA79F;
 }
</style>