#6EB0AB

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

Shades of Tradewind #6EB0AB

Tints of Tradewind #6EB0AB

Color information

#6EB0AB (or 0x6EB0AB) is unknown color: approx Tradewind. HEX triplet: 6E, B0 and AB. RGB value is (110,176,171). Sum of RGB (Red+Green+Blue) = 110+176+171=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB0AB is #914F54. Grayscale: #9B9B9B. Windows color (decimal): -9523029 or 11251822. OLE color: 11251822.

HSL color Cylindrical-coordinate representation of color #6EB0AB: hue angle of 175.45º 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 #6EB0AB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB110176171-
CMYK0.3700.030.31
HSL175.45º29.46%56.08%-
HSV(B)175.45º37.5%69.02%-
XYZ29.3137.3144.18-
YUV155.7136.6395.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=24.07%
G=38.51%
B=37.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761710.3700.030.31175.4529.4656.08
Hex6EB0AB25031Faf1d38
Octal1562602534503372573570
Binary11011101011000010101011100101011111111010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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