#6CA19A

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

Shades of Tradewind #6CA19A

Tints of Tradewind #6CA19A

Color information

#6CA19A (or 0x6CA19A) is unknown color: approx Tradewind. HEX triplet: 6C, A1 and 9A. RGB value is (108,161,154). Sum of RGB (Red+Green+Blue) = 108+161+154=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA19A is #935E65. Grayscale: #909090. Windows color (decimal): -9657958 or 10133868. OLE color: 10133868.

HSL color Cylindrical-coordinate representation of color #6CA19A: hue angle of 172.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA19A is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB108161154-
CMYK0.3300.040.37
HSL172.08º21.99%52.75%-
HSV(B)172.08º32.92%63.14%-
XYZ24.7631.0135.25-
YUV144.35133.44102.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=25.53%
G=38.06%
B=36.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611540.3300.040.37172.0821.9952.75
Hex6CA19A210425ac1635
Octal1542412324104452542665
Binary1101100101000011001101010000101001001011010110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,154); }

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

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

 a { background-color: rgb(108,161,154); }

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

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

 span { border-color: rgb(108,161,154); }

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