#7EACA7

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

Shades of Gulf Stream #7EACA7

Tints of Gulf Stream #7EACA7

Color information

#7EACA7 (or 0x7EACA7) is unknown color: approx Gulf Stream. HEX triplet: 7E, AC and A7. RGB value is (126,172,167). Sum of RGB (Red+Green+Blue) = 126+172+167=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACA7 is #815358. Grayscale: #9D9D9D. Windows color (decimal): -8475481 or 10988670. OLE color: 10988670.

HSL color Cylindrical-coordinate representation of color #7EACA7: hue angle of 173.48º 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 #7EACA7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB126172167-
CMYK0.2700.030.33
HSL173.48º21.7%58.43%-
HSV(B)173.48º26.74%67.45%-
XYZ30.3336.7342.05-
YUV157.68133.26105.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=27.10%
G=36.99%
B=35.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721670.2700.030.33173.4821.758.43
Hex7EACA71B0321ad163a
Octal1762542473303412552672
Binary11111101010110010100111110110111000011010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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