#6DACAA

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

Shades of Tradewind #6DACAA

Tints of Tradewind #6DACAA

Color information

#6DACAA (or 0x6DACAA) is unknown color: approx Tradewind. HEX triplet: 6D, AC and AA. RGB value is (109,172,170). Sum of RGB (Red+Green+Blue) = 109+172+170=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #6DACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DACAA is #925355. Grayscale: #989898. Windows color (decimal): -9589590 or 11185261. OLE color: 11185261.

HSL color Cylindrical-coordinate representation of color #6DACAA: hue angle of 178.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DACAA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB109172170-
CMYK0.3700.010.33
HSL178.1º27.51%55.1%-
HSV(B)178.1º36.63%67.45%-
XYZ28.3135.6643.42-
YUV152.94137.6396.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.17%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=24.17%
G=38.14%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091721700.3700.010.33178.127.5155.1
Hex6DACAA250121b21c37
Octal1552542524501412623467
Binary11011011010110010101010100101011000011011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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