#6EB6AE

Color #6EB6AE Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6EB6AE

Tints of Tradewind #6EB6AE

Color information

#6EB6AE (or 0x6EB6AE) is unknown color: approx Tradewind. HEX triplet: 6E, B6 and AE. RGB value is (110,182,174). Sum of RGB (Red+Green+Blue) = 110+182+174=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #6EB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB6AE is #914951. Grayscale: #9F9F9F. Windows color (decimal): -9521490 or 11449966. OLE color: 11449966.

HSL color Cylindrical-coordinate representation of color #6EB6AE: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB6AE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB110182174-
CMYK0.4000.040.29
HSL173.33º33.03%57.25%-
HSV(B)173.33º39.56%71.37%-
XYZ30.839.8346.11-
YUV159.56136.1592.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.61%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=23.61%
G=39.06%
B=37.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101821740.4000.040.29173.3333.0357.25
Hex6EB6AE28041Dad2139
Octal1562662565004352554171
Binary1101110101101101010111010100001001110110101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EB6AE; }

 p { color: rgb(110,182,174); }

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

<style>
 a { background-color: #6EB6AE; }

 a { background-color: rgb(110,182,174); }

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

<style>
 span { border-color: #6EB6AE; }

 span { border-color: rgb(110,182,174); }

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