#7EB1AE

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

Shades of Gulf Stream #7EB1AE

Tints of Gulf Stream #7EB1AE

Color information

#7EB1AE (or 0x7EB1AE) is unknown color: approx Gulf Stream. HEX triplet: 7E, B1 and AE. RGB value is (126,177,174). Sum of RGB (Red+Green+Blue) = 126+177+174=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB1AE is #814E51. Grayscale: #A1A1A1. Windows color (decimal): -8474194 or 11448702. OLE color: 11448702.

HSL color Cylindrical-coordinate representation of color #7EB1AE: hue angle of 176.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB1AE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB126177174-
CMYK0.2900.020.31
HSL176.47º24.64%59.41%-
HSV(B)176.47º28.81%69.41%-
XYZ31.9738.9445.87-
YUV161.41135.1102.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=26.42%
G=37.11%
B=36.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261771740.2900.020.31176.4724.6459.41
Hex7EB1AE1D021Fb0193b
Octal1762612563502372603173
Binary1111110101100011010111011101010111111011000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,174); }

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

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

 a { background-color: rgb(126,177,174); }

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

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

 span { border-color: rgb(126,177,174); }

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