#7AA39C

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

Shades of Gulf Stream #7AA39C

Tints of Gulf Stream #7AA39C

Color information

#7AA39C (or 0x7AA39C) is unknown color: approx Gulf Stream. HEX triplet: 7A, A3 and 9C. RGB value is (122,163,156). Sum of RGB (Red+Green+Blue) = 122+163+156=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA39C is #855C63. Grayscale: #959595. Windows color (decimal): -8739940 or 10265466. OLE color: 10265466.

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

Color convert

RGB122163156-
CMYK0.2500.040.36
HSL169.76º18.22%55.88%-
HSV(B)169.76º25.15%63.92%-
XYZ27.1232.7336.34-
YUV149.94131.42108.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=27.66%
G=36.96%
B=35.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221631560.2500.040.36169.7618.2255.88
Hex7AA39C190424aa1238
Octal1722432343104442522270
Binary111101010100011100111001100101001001001010101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,163,156); }

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

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

 a { background-color: rgb(122,163,156); }

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

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

 span { border-color: rgb(122,163,156); }

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