#7DA69F

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

Shades of Gulf Stream #7DA69F

Tints of Gulf Stream #7DA69F

Color information

#7DA69F (or 0x7DA69F) is unknown color: approx Gulf Stream. HEX triplet: 7D, A6 and 9F. RGB value is (125,166,159). Sum of RGB (Red+Green+Blue) = 125+166+159=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA69F is #825960. Grayscale: #989898. Windows color (decimal): -8542561 or 10462845. OLE color: 10462845.

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

Color convert

RGB125166159-
CMYK0.2500.040.35
HSL169.76º18.72%57.06%-
HSV(B)169.76º24.7%65.1%-
XYZ28.3534.1437.9-
YUV152.94131.42108.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.78%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=27.78%
G=36.89%
B=35.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661590.2500.040.35169.7618.7257.06
Hex7DA69F190423aa1339
Octal1752462373104432522371
Binary111110110100110100111111100101001000111010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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