#7AA49E

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

Shades of Gulf Stream #7AA49E

Tints of Gulf Stream #7AA49E

Color information

#7AA49E (or 0x7AA49E) is unknown color: approx Gulf Stream. HEX triplet: 7A, A4 and 9E. RGB value is (122,164,158). Sum of RGB (Red+Green+Blue) = 122+164+158=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA49E is #855B61. Grayscale: #969696. Windows color (decimal): -8739682 or 10396794. OLE color: 10396794.

HSL color Cylindrical-coordinate representation of color #7AA49E: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA49E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB122164158-
CMYK0.2600.040.36
HSL171.43º18.75%56.08%-
HSV(B)171.43º25.61%64.31%-
XYZ27.4733.1637.3-
YUV150.76132.09107.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=27.48%
G=36.94%
B=35.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641580.2600.040.36171.4318.7556.08
Hex7AA49E1A0424ab1338
Octal1722442363204442532370
Binary111101010100100100111101101001001001001010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,158); }

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

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

 a { background-color: rgb(122,164,158); }

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

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

 span { border-color: rgb(122,164,158); }

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