#6DB6AE

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

Shades of Tradewind #6DB6AE

Tints of Tradewind #6DB6AE

Color information

#6DB6AE (or 0x6DB6AE) is unknown color: approx Tradewind. HEX triplet: 6D, B6 and AE. RGB value is (109,182,174). Sum of RGB (Red+Green+Blue) = 109+182+174=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB6AE is #924951. Grayscale: #9F9F9F. Windows color (decimal): -9587026 or 11449965. OLE color: 11449965.

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

Color convert

RGB109182174-
CMYK0.4000.040.29
HSL173.42º33.33%57.06%-
HSV(B)173.42º40.11%71.37%-
XYZ30.6739.7646.1-
YUV159.26136.3292.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=23.44%
G=39.14%
B=37.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091821740.4000.040.29173.4233.3357.06
Hex6DB6AE28041Dad2139
Octal1552662565004352554171
Binary1101101101101101010111010100001001110110101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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