#6CAB9B

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

Shades of Tradewind #6CAB9B

Tints of Tradewind #6CAB9B

Color information

#6CAB9B (or 0x6CAB9B) is unknown color: approx Tradewind. HEX triplet: 6C, AB and 9B. RGB value is (108,171,155). Sum of RGB (Red+Green+Blue) = 108+171+155=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB9B is #935464. Grayscale: #969696. Windows color (decimal): -9655397 or 10201964. OLE color: 10201964.

HSL color Cylindrical-coordinate representation of color #6CAB9B: hue angle of 164.76º degrees, saturation: 0.27, 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 #6CAB9B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB108171155-
CMYK0.3700.090.33
HSL164.76º27.27%54.71%-
HSV(B)164.76º36.84%67.06%-
XYZ26.6634.6836.3-
YUV150.34130.6397.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.88%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=24.88%
G=39.40%
B=35.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711550.3700.090.33164.7627.2754.71
Hex6CAB9B250921a51b37
Octal15425323345011412453367
Binary11011001010101110011011100101010011000011010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,155); }

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

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

 a { background-color: rgb(108,171,155); }

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

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

 span { border-color: rgb(108,171,155); }

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