#6EB4AE

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

Shades of Tradewind #6EB4AE

Tints of Tradewind #6EB4AE

Color information

#6EB4AE (or 0x6EB4AE) is unknown color: approx Tradewind. HEX triplet: 6E, B4 and AE. RGB value is (110,180,174). Sum of RGB (Red+Green+Blue) = 110+180+174=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB4AE is #914B51. Grayscale: #9E9E9E. Windows color (decimal): -9522002 or 11449454. OLE color: 11449454.

HSL color Cylindrical-coordinate representation of color #6EB4AE: hue angle of 174.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB4AE is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB110180174-
CMYK0.3900.030.29
HSL174.86º31.82%56.86%-
HSV(B)174.86º38.89%70.59%-
XYZ30.3939.0145.97-
YUV158.39136.8193.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.71%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=23.71%
G=38.79%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801740.3900.030.29174.8631.8256.86
Hex6EB4AE27031Daf2039
Octal1562642564703352574071
Binary110111010110100101011101001110111110110101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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