#7AAA9F

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

Shades of Gulf Stream #7AAA9F

Tints of Gulf Stream #7AAA9F

Color information

#7AAA9F (or 0x7AAA9F) is unknown color: approx Gulf Stream. HEX triplet: 7A, AA and 9F. RGB value is (122,170,159). Sum of RGB (Red+Green+Blue) = 122+170+159=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA9F is #855560. Grayscale: #9A9A9A. Windows color (decimal): -8738145 or 10463866. OLE color: 10463866.

HSL color Cylindrical-coordinate representation of color #7AAA9F: hue angle of 166.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA9F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB122170159-
CMYK0.2800.060.33
HSL166.25º22.02%57.25%-
HSV(B)166.25º28.24%66.67%-
XYZ28.6635.3938.12-
YUV154.39130.6104.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=27.05%
G=37.69%
B=35.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221701590.2800.060.33166.2522.0257.25
Hex7AAA9F1C0621a61639
Octal1722522373406412462671
Binary111101010101010100111111110001101000011010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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