#7EB6AF

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

Shades of Gulf Stream #7EB6AF

Tints of Gulf Stream #7EB6AF

Color information

#7EB6AF (or 0x7EB6AF) is unknown color: approx Gulf Stream. HEX triplet: 7E, B6 and AF. RGB value is (126,182,175). Sum of RGB (Red+Green+Blue) = 126+182+175=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB6AF is #814950. Grayscale: #A4A4A4. Windows color (decimal): -8472913 or 11515518. OLE color: 11515518.

HSL color Cylindrical-coordinate representation of color #7EB6AF: hue angle of 172.5º 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 #7EB6AF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB126182175-
CMYK0.3100.040.29
HSL172.5º27.72%60.39%-
HSV(B)172.5º30.77%71.37%-
XYZ33.0740.9946.73-
YUV164.46133.95100.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=26.09%
G=37.68%
B=36.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821750.3100.040.29172.527.7260.39
Hex7EB6AF1F041Dac1c3c
Octal1762662573704352543474
Binary11111101011011010101111111110100111011010110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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