#7CA79E

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

Shades of Gulf Stream #7CA79E

Tints of Gulf Stream #7CA79E

Color information

#7CA79E (or 0x7CA79E) is unknown color: approx Gulf Stream. HEX triplet: 7C, A7 and 9E. RGB value is (124,167,158). Sum of RGB (Red+Green+Blue) = 124+167+158=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA79E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA79E is #835861. Grayscale: #999999. Windows color (decimal): -8607842 or 10397564. OLE color: 10397564.

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

Color convert

RGB124167158-
CMYK0.2600.050.35
HSL167.44º19.63%57.06%-
HSV(B)167.44º25.75%65.49%-
XYZ28.334.3937.49-
YUV153.12130.75107.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=27.62%
G=37.19%
B=35.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241671580.2600.050.35167.4419.6357.06
Hex7CA79E1A0523a71439
Octal1742472363205432472471
Binary111110010100111100111101101001011000111010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,158); }

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

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

 a { background-color: rgb(124,167,158); }

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

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

 span { border-color: rgb(124,167,158); }

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