#7DA49F

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

Shades of Gulf Stream #7DA49F

Tints of Gulf Stream #7DA49F

Color information

#7DA49F (or 0x7DA49F) is unknown color: approx Gulf Stream. HEX triplet: 7D, A4 and 9F. RGB value is (125,164,159). Sum of RGB (Red+Green+Blue) = 125+164+159=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA49F is #825B60. Grayscale: #979797. Windows color (decimal): -8543073 or 10462333. OLE color: 10462333.

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

Color convert

RGB125164159-
CMYK0.2400.030.36
HSL172.31º17.65%56.67%-
HSV(B)172.31º23.78%64.31%-
XYZ27.9933.4137.78-
YUV151.77132.08108.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=27.90%
G=36.61%
B=35.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641590.2400.030.36172.3117.6556.67
Hex7DA49F180324ac1239
Octal1752442373003442542271
Binary11111011010010010011111110000111001001010110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,159); }

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

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

 a { background-color: rgb(125,164,159); }

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

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

 span { border-color: rgb(125,164,159); }

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