#6EB2AD

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

Shades of Tradewind #6EB2AD

Tints of Tradewind #6EB2AD

Color information

#6EB2AD (or 0x6EB2AD) is unknown color: approx Tradewind. HEX triplet: 6E, B2 and AD. RGB value is (110,178,173). Sum of RGB (Red+Green+Blue) = 110+178+173=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB2AD is #914D52. Grayscale: #9D9D9D. Windows color (decimal): -9522515 or 11383406. OLE color: 11383406.

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

Color convert

RGB110178173-
CMYK0.3800.030.30
HSL175.59º30.63%56.47%-
HSV(B)175.59º38.2%69.8%-
XYZ29.8938.1745.33-
YUV157.1136.9794.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=23.86%
G=38.61%
B=37.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101781730.3800.030.30175.5930.6356.47
Hex6EB2AD26031Eb01f38
Octal1562622554603362603770
Binary11011101011001010101101100110011111101011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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