#6DABAA

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

Shades of Tradewind #6DABAA

Tints of Tradewind #6DABAA

Color information

#6DABAA (or 0x6DABAA) is unknown color: approx Tradewind. HEX triplet: 6D, AB and AA. RGB value is (109,171,170). Sum of RGB (Red+Green+Blue) = 109+171+170=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #6DABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAA is #925455. Grayscale: #989898. Windows color (decimal): -9589846 or 11185005. OLE color: 11185005.

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

Color convert

RGB109171170-
CMYK0.3600.010.33
HSL179.03º26.96%54.9%-
HSV(B)179.03º36.26%67.06%-
XYZ28.1335.2843.36-
YUV152.35137.9697.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.22%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=24.22%
G=38%
B=37.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711700.3600.010.33179.0326.9654.9
Hex6DABAA240121b31b37
Octal1552532524401412633367
Binary11011011010101110101010100100011000011011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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