#6EB2AB

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

Shades of Tradewind #6EB2AB

Tints of Tradewind #6EB2AB

Color information

#6EB2AB (or 0x6EB2AB) is unknown color: approx Tradewind. HEX triplet: 6E, B2 and AB. RGB value is (110,178,171). Sum of RGB (Red+Green+Blue) = 110+178+171=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB2AB is #914D54. Grayscale: #9C9C9C. Windows color (decimal): -9522517 or 11252334. OLE color: 11252334.

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

Color convert

RGB110178171-
CMYK0.3800.040.30
HSL173.82º30.63%56.47%-
HSV(B)173.82º38.2%69.8%-
XYZ29.738.144.32-
YUV156.87135.9794.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.97%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=23.97%
G=38.78%
B=37.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101781710.3800.040.30173.8230.6356.47
Hex6EB2AB26041Eae1f38
Octal1562622534604362563770
Binary110111010110010101010111001100100111101010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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