#6DB5AC

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

Shades of Tradewind #6DB5AC

Tints of Tradewind #6DB5AC

Color information

#6DB5AC (or 0x6DB5AC) is unknown color: approx Tradewind. HEX triplet: 6D, B5 and AC. RGB value is (109,181,172). Sum of RGB (Red+Green+Blue) = 109+181+172=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5AC is #924A53. Grayscale: #9E9E9E. Windows color (decimal): -9587284 or 11318637. OLE color: 11318637.

HSL color Cylindrical-coordinate representation of color #6DB5AC: hue angle of 172.5º 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 #6DB5AC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB109181172-
CMYK0.4000.050.29
HSL172.5º32.73%56.86%-
HSV(B)172.5º39.78%70.98%-
XYZ30.2839.2845.02-
YUV158.45135.6592.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.59%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=23.59%
G=39.18%
B=37.23%

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
Decimal1091811720.4000.050.29172.532.7356.86
Hex6DB5AC28051Dac2139
Octal1552652545005352544171
Binary1101101101101011010110010100001011110110101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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