#7EACA5

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

Shades of Gulf Stream #7EACA5

Tints of Gulf Stream #7EACA5

Color information

#7EACA5 (or 0x7EACA5) is unknown color: approx Gulf Stream. HEX triplet: 7E, AC and A5. RGB value is (126,172,165). Sum of RGB (Red+Green+Blue) = 126+172+165=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACA5 is #81535A. Grayscale: #9D9D9D. Windows color (decimal): -8475483 or 10857598. OLE color: 10857598.

HSL color Cylindrical-coordinate representation of color #7EACA5: hue angle of 170.87º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EACA5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB126172165-
CMYK0.2700.040.33
HSL170.87º21.7%58.43%-
HSV(B)170.87º26.74%67.45%-
XYZ30.1536.6641.08-
YUV157.45132.26105.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=27.21%
G=37.15%
B=35.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721650.2700.040.33170.8721.758.43
Hex7EACA51B0421ab163a
Octal1762542453304412532672
Binary111111010101100101001011101101001000011010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,172,165); }

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

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

 a { background-color: rgb(126,172,165); }

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

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

 span { border-color: rgb(126,172,165); }

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