#7AA99E

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

Shades of Gulf Stream #7AA99E

Tints of Gulf Stream #7AA99E

Color information

#7AA99E (or 0x7AA99E) is unknown color: approx Gulf Stream. HEX triplet: 7A, A9 and 9E. RGB value is (122,169,158). Sum of RGB (Red+Green+Blue) = 122+169+158=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA99E is #855661. Grayscale: #999999. Windows color (decimal): -8738402 or 10398074. OLE color: 10398074.

HSL color Cylindrical-coordinate representation of color #7AA99E: hue angle of 165.96º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA99E is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB122169158-
CMYK0.2800.070.34
HSL165.96º21.46%57.06%-
HSV(B)165.96º27.81%66.27%-
XYZ28.3934.9837.6-
YUV153.69130.43105.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=27.17%
G=37.64%
B=35.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691580.2800.070.34165.9621.4657.06
Hex7AA99E1C0722a61539
Octal1722512363407422462571
Binary111101010101001100111101110001111000101010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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