#7EB0A5

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

Shades of Gulf Stream #7EB0A5

Tints of Gulf Stream #7EB0A5

Color information

#7EB0A5 (or 0x7EB0A5) is unknown color: approx Gulf Stream. HEX triplet: 7E, B0 and A5. RGB value is (126,176,165). Sum of RGB (Red+Green+Blue) = 126+176+165=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB0A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB0A5 is #814F5A. Grayscale: #9F9F9F. Windows color (decimal): -8474459 or 10858622. OLE color: 10858622.

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

Color convert

RGB126176165-
CMYK0.2800.060.31
HSL166.8º24.04%59.22%-
HSV(B)166.8º28.41%69.02%-
XYZ30.9238.241.34-
YUV159.8130.94103.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=26.98%
G=37.69%
B=35.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261761650.2800.060.31166.824.0459.22
Hex7EB0A51C061Fa7183b
Octal1762602453406372473073
Binary11111101011000010100101111000110111111010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,165); }

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

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

 a { background-color: rgb(126,176,165); }

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

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

 span { border-color: rgb(126,176,165); }

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