#6DB6AC

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

Shades of Tradewind #6DB6AC

Tints of Tradewind #6DB6AC

Color information

#6DB6AC (or 0x6DB6AC) is unknown color: approx Tradewind. HEX triplet: 6D, B6 and AC. RGB value is (109,182,172). Sum of RGB (Red+Green+Blue) = 109+182+172=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB6AC is #924953. Grayscale: #9F9F9F. Windows color (decimal): -9587028 or 11318893. OLE color: 11318893.

HSL color Cylindrical-coordinate representation of color #6DB6AC: hue angle of 171.78º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB6AC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB109182172-
CMYK0.4000.050.29
HSL171.78º33.33%57.06%-
HSV(B)171.78º40.11%71.37%-
XYZ30.4839.6945.08-
YUV159.03135.3292.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.54%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=23.54%
G=39.31%
B=37.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091821720.4000.050.29171.7833.3357.06
Hex6DB6AC28051Dac2139
Octal1552662545005352544171
Binary1101101101101101010110010100001011110110101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,182,172); }

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

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

 a { background-color: rgb(109,182,172); }

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

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

 span { border-color: rgb(109,182,172); }

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