#7AA69F

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

Shades of Gulf Stream #7AA69F

Tints of Gulf Stream #7AA69F

Color information

#7AA69F (or 0x7AA69F) is unknown color: approx Gulf Stream. HEX triplet: 7A, A6 and 9F. RGB value is (122,166,159). Sum of RGB (Red+Green+Blue) = 122+166+159=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA69F is #855960. Grayscale: #989898. Windows color (decimal): -8739169 or 10462842. OLE color: 10462842.

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

Color convert

RGB122166159-
CMYK0.2700.040.35
HSL170.45º19.82%56.47%-
HSV(B)170.45º26.51%65.1%-
XYZ27.9233.9137.88-
YUV152.05131.92106.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=27.29%
G=37.14%
B=35.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221661590.2700.040.35170.4519.8256.47
Hex7AA69F1B0423aa1438
Octal1722462373304432522470
Binary111101010100110100111111101101001000111010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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