#6DABA5

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

Shades of Tradewind #6DABA5

Tints of Tradewind #6DABA5

Color information

#6DABA5 (or 0x6DABA5) is unknown color: approx Tradewind. HEX triplet: 6D, AB and A5. RGB value is (109,171,165). Sum of RGB (Red+Green+Blue) = 109+171+165=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #6DABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABA5 is #92545A. Grayscale: #979797. Windows color (decimal): -9589851 or 10857325. OLE color: 10857325.

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

Color convert

RGB109171165-
CMYK0.3600.040.33
HSL174.19º26.96%54.9%-
HSV(B)174.19º36.26%67.06%-
XYZ27.6635.0940.91-
YUV151.78135.4697.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.49%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=24.49%
G=38.43%
B=37.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711650.3600.040.33174.1926.9654.9
Hex6DABA5240421ae1b37
Octal1552532454404412563367
Binary1101101101010111010010110010001001000011010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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