#7EABA6

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

Shades of Gulf Stream #7EABA6

Tints of Gulf Stream #7EABA6

Color information

#7EABA6 (or 0x7EABA6) is unknown color: approx Gulf Stream. HEX triplet: 7E, AB and A6. RGB value is (126,171,166). Sum of RGB (Red+Green+Blue) = 126+171+166=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #7EABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABA6 is #815459. Grayscale: #9C9C9C. Windows color (decimal): -8475738 or 10922878. OLE color: 10922878.

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

Color convert

RGB126171166-
CMYK0.2600.030.33
HSL173.33º21.13%58.24%-
HSV(B)173.33º26.32%67.06%-
XYZ30.0536.3141.5-
YUV156.98133.09105.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=27.21%
G=36.93%
B=35.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711660.2600.030.33173.3321.1358.24
Hex7EABA61A0321ad153a
Octal1762532463203412552572
Binary11111101010101110100110110100111000011010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,166); }

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

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

 a { background-color: rgb(126,171,166); }

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

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

 span { border-color: rgb(126,171,166); }

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