#7EB6B0

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

Shades of Gulf Stream #7EB6B0

Tints of Gulf Stream #7EB6B0

Color information

#7EB6B0 (or 0x7EB6B0) is unknown color: approx Gulf Stream. HEX triplet: 7E, B6 and B0. RGB value is (126,182,176). Sum of RGB (Red+Green+Blue) = 126+182+176=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB6B0 is #81494F. Grayscale: #A4A4A4. Windows color (decimal): -8472912 or 11581054. OLE color: 11581054.

HSL color Cylindrical-coordinate representation of color #7EB6B0: hue angle of 173.57º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB6B0 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB126182176-
CMYK0.3100.030.29
HSL173.57º27.72%60.39%-
HSV(B)173.57º30.77%71.37%-
XYZ33.1741.0347.24-
YUV164.57134.45100.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=26.03%
G=37.60%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821760.3100.030.29173.5727.7260.39
Hex7EB6B01F031Dae1c3c
Octal1762662603703352563474
Binary1111110101101101011000011111011111011010111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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