#6EB3AD

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

Shades of Tradewind #6EB3AD

Tints of Tradewind #6EB3AD

Color information

#6EB3AD (or 0x6EB3AD) is unknown color: approx Tradewind. HEX triplet: 6E, B3 and AD. RGB value is (110,179,173). Sum of RGB (Red+Green+Blue) = 110+179+173=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB3AD is #914C52. Grayscale: #9D9D9D. Windows color (decimal): -9522259 or 11383662. OLE color: 11383662.

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

Color convert

RGB110179173-
CMYK0.3900.030.30
HSL174.78º31.22%56.67%-
HSV(B)174.78º38.55%70.2%-
XYZ30.0938.5745.39-
YUV157.68136.6493.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.81%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=23.81%
G=38.74%
B=37.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101791730.3900.030.30174.7831.2256.67
Hex6EB3AD27031Eaf1f39
Octal1562632554703362573771
Binary11011101011001110101101100111011111101010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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