#7EB3AC

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

Shades of Gulf Stream #7EB3AC

Tints of Gulf Stream #7EB3AC

Color information

#7EB3AC (or 0x7EB3AC) is unknown color: approx Gulf Stream. HEX triplet: 7E, B3 and AC. RGB value is (126,179,172). Sum of RGB (Red+Green+Blue) = 126+179+172=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB3AC is #814C53. Grayscale: #A2A2A2. Windows color (decimal): -8473684 or 11318142. OLE color: 11318142.

HSL color Cylindrical-coordinate representation of color #7EB3AC: hue angle of 172.08º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB3AC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB126179172-
CMYK0.3000.040.30
HSL172.08º25.85%59.8%-
HSV(B)172.08º29.61%70.2%-
XYZ32.1739.6544.99-
YUV162.35133.44102.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=26.42%
G=37.53%
B=36.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261791720.3000.040.30172.0825.8559.8
Hex7EB3AC1E041Eac1a3c
Octal1762632543604362543274
Binary11111101011001110101100111100100111101010110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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