#6EB4AD

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

Shades of Tradewind #6EB4AD

Tints of Tradewind #6EB4AD

Color information

#6EB4AD (or 0x6EB4AD) is unknown color: approx Tradewind. HEX triplet: 6E, B4 and AD. RGB value is (110,180,173). Sum of RGB (Red+Green+Blue) = 110+180+173=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB4AD is #914B52. Grayscale: #9E9E9E. Windows color (decimal): -9522003 or 11383918. OLE color: 11383918.

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

Color convert

RGB110180173-
CMYK0.3900.040.29
HSL174º31.82%56.86%-
HSV(B)174º38.89%70.59%-
XYZ30.2938.9745.46-
YUV158.27136.3193.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.76%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=23.76%
G=38.88%
B=37.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801730.3900.040.2917431.8256.86
Hex6EB4AD27041Dae2039
Octal1562642554704352564071
Binary1101110101101001010110110011101001110110101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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