#7EADA9

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

Shades of Gulf Stream #7EADA9

Tints of Gulf Stream #7EADA9

Color information

#7EADA9 (or 0x7EADA9) is unknown color: approx Gulf Stream. HEX triplet: 7E, AD and A9. RGB value is (126,173,169). Sum of RGB (Red+Green+Blue) = 126+173+169=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADA9 is #815256. Grayscale: #9E9E9E. Windows color (decimal): -8475223 or 11119998. OLE color: 11119998.

HSL color Cylindrical-coordinate representation of color #7EADA9: hue angle of 174.89º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EADA9 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB126173169-
CMYK0.2700.020.32
HSL174.89º22.27%58.63%-
HSV(B)174.89º27.17%67.84%-
XYZ30.7137.1943.1-
YUV158.49133.93104.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=26.92%
G=36.97%
B=36.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731690.2700.020.32174.8922.2758.63
Hex7EADA91B0220af163b
Octal1762552513302402572673
Binary11111101010110110101001110110101000001010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,169); }

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

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

 a { background-color: rgb(126,173,169); }

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

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

 span { border-color: rgb(126,173,169); }

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