#6EADAB

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

Shades of Tradewind #6EADAB

Tints of Tradewind #6EADAB

Color information

#6EADAB (or 0x6EADAB) is unknown color: approx Tradewind. HEX triplet: 6E, AD and AB. RGB value is (110,173,171). Sum of RGB (Red+Green+Blue) = 110+173+171=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #6EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EADAB is #915254. Grayscale: #999999. Windows color (decimal): -9523797 or 11251054. OLE color: 11251054.

HSL color Cylindrical-coordinate representation of color #6EADAB: hue angle of 178.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EADAB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB110173171-
CMYK0.3600.010.32
HSL178.1º27.75%55.49%-
HSV(B)178.1º36.42%67.84%-
XYZ28.7236.1443.99-
YUV153.93137.6396.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.23%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=24.23%
G=38.11%
B=37.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731710.3600.010.32178.127.7555.49
Hex6EADAB240120b21c37
Octal1562552534401402623467
Binary11011101010110110101011100100011000001011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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