#7EB5AC

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

Shades of Gulf Stream #7EB5AC

Tints of Gulf Stream #7EB5AC

Color information

#7EB5AC (or 0x7EB5AC) is unknown color: approx Gulf Stream. HEX triplet: 7E, B5 and AC. RGB value is (126,181,172). Sum of RGB (Red+Green+Blue) = 126+181+172=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB5AC is #814A53. Grayscale: #A3A3A3. Windows color (decimal): -8473172 or 11318654. OLE color: 11318654.

HSL color Cylindrical-coordinate representation of color #7EB5AC: hue angle of 170.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB5AC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB126181172-
CMYK0.3000.050.29
HSL170.18º27.09%60.2%-
HSV(B)170.18º30.39%70.98%-
XYZ32.5740.4645.12-
YUV163.53132.78101.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=26.30%
G=37.79%
B=35.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811720.3000.050.29170.1827.0960.2
Hex7EB5AC1E051Daa1b3c
Octal1762652543605352523374
Binary11111101011010110101100111100101111011010101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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