#6EB0AD

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

Shades of Tradewind #6EB0AD

Tints of Tradewind #6EB0AD

Color information

#6EB0AD (or 0x6EB0AD) is unknown color: approx Tradewind. HEX triplet: 6E, B0 and AD. RGB value is (110,176,173). Sum of RGB (Red+Green+Blue) = 110+176+173=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB0AD is #914F52. Grayscale: #9B9B9B. Windows color (decimal): -9523027 or 11382894. OLE color: 11382894.

HSL color Cylindrical-coordinate representation of color #6EB0AD: hue angle of 177.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB0AD is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB110176173-
CMYK0.3700.020.31
HSL177.27º29.46%56.08%-
HSV(B)177.27º37.5%69.02%-
XYZ29.537.3845.2-
YUV155.92137.6395.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.97%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=23.97%
G=38.34%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761730.3700.020.31177.2729.4656.08
Hex6EB0AD25021Fb11d38
Octal1562602554502372613570
Binary11011101011000010101101100101010111111011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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